Skip to content

Commit

Permalink
Update our exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 30, 2016
1 parent a34fc4e commit 1872226
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Style/GuardClause:
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: snake_case, camelCase
Style/MethodName:
Enabled: false
Exclude:
- 'libraries/default.rb'

Style/MultilineBlockChain:
Exclude:
Expand All @@ -32,6 +33,14 @@ Style/Next:
Exclude:
- 'libraries/default.rb'

# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Exclude:
- 'spec/**/*'
- 'libraries/default.rb'

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Expand All @@ -42,4 +51,5 @@ Style/RegexpLiteral:
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: snake_case, camelCase
Style/VariableName:
Enabled: false
Exclude:
- 'libraries/default.rb'

0 comments on commit 1872226

Please sign in to comment.