]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
More rubocop cleanup
[chef.git] / .rubocop_todo.yml
index 6c5c98253c7b70392ca4a53dc7393975b813e306..e819633a2818498e5b271407e3d4aec1dad05e2c 100644 (file)
@@ -42,30 +42,15 @@ Metrics/PerceivedComplexity:
 Style/AccessModifierIndentation:
   EnforcedStyle: outdent
 
-# Offense count: 60
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/AlignParameters:
-  Enabled: false
-
 # Offense count: 14
 Style/Documentation:
   Enabled: false
 
-# Offense count: 2
-Style/EmptyElse:
-  Enabled: false
-
 # Offense count: 32
 # Configuration parameters: Exclude.
 Style/FileName:
   Enabled: false
 
-# Offense count: 1
-# Configuration parameters: MinBodyLength.
-Style/GuardClause:
-  Enabled: false
-
 # Offense count: 3116
 # Cop supports --auto-correct.
 # Configuration parameters: SupportedStyles.
@@ -101,21 +86,6 @@ Style/RegexpLiteral:
 Style/SelfAssignment:
   Enabled: false
 
-# Offense count: 27
-# Cop supports --auto-correct.
-Style/SingleSpaceBeforeFirstArg:
-  Enabled: false
-
-# Offense count: 410
-# Cop supports --auto-correct.
-Style/SpaceInsideBrackets:
-  Enabled: false
-
-# Offense count: 6
-# Cop supports --auto-correct.
-Style/SpecialGlobalVars:
-  Enabled: false
-
 # Offense count: 6548
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.