Update rubocop example command to include 'bundle exec'

This commit is contained in:
Missy Davies 2021-10-13 14:17:13 -04:00
parent 430a8510cc
commit c43ca717e5
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ The above are guidelines - please use your best judgment in using them.
Additionally, we have [RuboCop](https://www.rubocop.org/) rules defined to codify some of our coding conventions. You can run RuboCop locally against the file that you have modified before submitting a pull request:
```bash
$ rubocop actionpack/lib/action_controller/metal/strong_parameters.rb
$ bundle exec rubocop actionpack/lib/action_controller/metal/strong_parameters.rb
Inspecting 1 file
.