Skip to content

Commit

Permalink
Update example for rubocop -V of issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 11, 2021
1 parent 2d19e93 commit 6979832
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ a problem will expedite its solution.
## RuboCop version

Include the output of `rubocop -V` or `bundle exec rubocop -V` if using Bundler. Here's an example:
You can see extension cop versions (e.g. rubocop-rails, rubocop-performance, and others) output by rubocop -V,
include them as well. Here's an example:

```
$ [bundle exec] rubocop -V
0.66.0 (using Parser 2.6.2.0, running on ruby 2.6.2 x86_64-linux)
1.8.0 (using Parser 3.0.0.0, rubocop-ast 1.4.0, running on ruby 3.0.0 x86_64-darwin19)
- rubocop-rails 2.9.1
- rubocop-performance 1.9.2
```

0 comments on commit 6979832

Please sign in to comment.