Skip to content

Commit

Permalink
Fix rubocop in overcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Jul 31, 2015
1 parent 6185966 commit c85a649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .overcommit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

PreCommit:
Rubocop:
enabled: true
on_warn: fail # Treat all warnings as failures

TrailingWhitespace:
enabled: true
exclude:
- '**/db/structure.sql' # Ignore trailing whitespace in generated files

Expand Down

0 comments on commit c85a649

Please sign in to comment.