Skip to content

Commit

Permalink
we should have a reasonable set rubocop excludes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmk committed Feb 18, 2015
1 parent f2e4a5a commit 47071f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/maximus/config/maximus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ paths:

scsslint: true

rubocop: true
rubocop:
AllCops:
Exclude:
- 'db/**/*'
- 'vendor/**/*'

railsbp: true

Expand Down

0 comments on commit 47071f1

Please sign in to comment.