Skip to content

Commit

Permalink
Enable Rubocop in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfarms committed Dec 12, 2017
1 parent 309214e commit 95f450e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AllCops:
- '**/config.ru'
Exclude:
- 'bin/*'
- 'vendor/**/*'

BlockAlignment:
Description: 'Align block ends correctly.'
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ env:

script:
- ./bin/rspec
- ./bin/rubocop

0 comments on commit 95f450e

Please sign in to comment.