Skip to content

Commit

Permalink
Update to RuboCop 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Oct 29, 2020
1 parent 5a9d289 commit 3c958b8
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 58 deletions.
14 changes: 14 additions & 0 deletions config/disable_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ Lint/DuplicateHashKey:
Enabled: false
Lint/DuplicateMethods:
Enabled: false
Lint/DuplicateRegexpCharacterClassElement:
Enabled: false
Lint/DuplicateRequire:
Enabled: false
Lint/DuplicateRescueException:
Expand All @@ -245,6 +247,8 @@ Lint/EachWithObjectArgument:
Enabled: false
Lint/ElseLayout:
Enabled: false
Lint/EmptyBlock:
Enabled: false
Lint/EmptyConditionalBody:
Enabled: false
Lint/EmptyEnsure:
Expand Down Expand Up @@ -373,6 +377,8 @@ Lint/SuppressedException:
Enabled: false
Lint/Syntax:
Enabled: false
Lint/ToEnumArguments:
Enabled: false
Lint/ToJSON:
Enabled: false
Lint/TopLevelReturnWithArgument:
Expand All @@ -383,6 +389,8 @@ Lint/UnderscorePrefixedVariableName:
Enabled: false
Lint/UnifiedInteger:
Enabled: false
Lint/UnmodifiedReduceAccumulator:
Enabled: false
Lint/UnreachableCode:
Enabled: false
Lint/UnreachableLoop:
Expand Down Expand Up @@ -467,6 +475,8 @@ Style/Alias:
Enabled: false
Style/AndOr:
Enabled: false
Style/ArgumentsForwarding:
Enabled: false
Style/ArrayCoercion:
Enabled: false
Style/ArrayJoin:
Expand Down Expand Up @@ -537,6 +547,8 @@ Style/DocumentationMethod:
Enabled: false
Style/Documentation:
Enabled: false
Style/DocumentDynamicEvalDefinition:
Enabled: false
Style/DoubleCopDisableDirective:
Enabled: false
Style/DoubleNegation:
Expand Down Expand Up @@ -807,6 +819,8 @@ Style/Strip:
Enabled: false
Style/StructInheritance:
Enabled: false
Style/SwapValues:
Enabled: false
Style/SymbolArray:
Enabled: false
Style/SymbolLiteral:
Expand Down
Loading

0 comments on commit 3c958b8

Please sign in to comment.