Skip to content

Commit

Permalink
Merge pull request rubocop#1200 from tobynet/patch-1
Browse files Browse the repository at this point in the history
Blacklist Vagrantfile like Rakefile in FileName cop
  • Loading branch information
bbatsov committed Jul 9, 2014
2 parents 3f7fec3 + 5e63f78 commit 0bf1562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ AllCops:
Include:
- '**/*.gemspec'
- '**/Rakefile'
- '**/Vagrantfile'
Exclude:
- 'vendor/**/*'
# By default, the rails cops are not run. Override in project or home
Expand Down Expand Up @@ -208,6 +209,7 @@ Style/FileName:
- '**/Rakefile'
- '**/Gemfile'
- '**/Capfile'
- '**/Vagrantfile'

# Checks use of for or each in multiline loops.
Style/For:
Expand Down

0 comments on commit 0bf1562

Please sign in to comment.