Skip to content

Commit

Permalink
rubocop.yml: Style/FileName: exclude Chef related ruby filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Oct 4, 2014
1 parent af7ddbd commit 4dfdd2d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Common configuration.
AllCops:
# Include gemspec and Rakefile
Include:
- '**/*.gemspec'
- '**/*.podspec'
Expand All @@ -16,3 +14,14 @@ AllCops:
- '**/Berksfile'
- '**/Cheffile'
- '**/Vagabondfile'
Style/FileName:
Exclude:
- '**/Rakefile'
- '**/Gemfile'
- '**/Capfile'
- '**/Vagrantfile'
- '**/Podfile'
- '**/Thorfile'
- '**/Berksfile'
- '**/Cheffile'
- '**/Vagabondfile'

0 comments on commit 4dfdd2d

Please sign in to comment.