Skip to content

Commit

Permalink
Add local linting instruction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuys committed Oct 19, 2021
1 parent 014eb17 commit cf40efb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,12 @@ Or run the test suite:

bundle exec rspec

We do make use of Rubocop with StandardRB rules.
You can lint the project locally as follows:
bundle exec rubocop
Or to ignore offences that still need fixing:
bundle exec rubocop -c .rubocop_with_todo.yml

Special Thanks
--------------

Expand Down

0 comments on commit cf40efb

Please sign in to comment.