Skip to content

Commit

Permalink
excludes rails config and db and script from rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
tansaku committed Oct 14, 2015
1 parent 8e97fa3 commit 451229d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ AllCops:
RunRailsCops: true
Exclude:
- 'spec/spec_helper.rb'
- 'db/**/*'
- 'config/**/*'
- 'script/**/*
inherit_from:
- enabled.yml
Expand Down

0 comments on commit 451229d

Please sign in to comment.