Skip to content

Commit

Permalink
Add -R flag to rubocop in Makefile
Browse files Browse the repository at this point in the history
**Why**: To include Rails-specific offenses
  • Loading branch information
monfresh committed Sep 7, 2016
1 parent 988a407 commit ff71e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ check: lint test

lint: $(CONFIG)
@echo "--- rubocop ---"
bundle exec rubocop
bundle exec rubocop -R
@echo "--- slim-lint ---"
bundle exec slim-lint app/views
@echo "--- reek ---"
Expand Down

0 comments on commit ff71e6a

Please sign in to comment.