]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
More rubocop cleanup
[chef.git] / .rubocop_todo.yml
index e819633a2818498e5b271407e3d4aec1dad05e2c..4d8a942928a5aec78ad9bd33c2a109744688900d 100644 (file)
@@ -78,20 +78,8 @@ Style/Next:
 Style/NumericLiterals:
   MinDigits: 11
 
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 23
-Style/RegexpLiteral:
-  MaxSlashes: 4
-
-# Offense count: 8
-Style/SelfAssignment:
-  Enabled: false
-
 # Offense count: 6548
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/StringLiterals:
   Enabled: false
 # Offense count: 6548
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/StringLiterals:
   Enabled: false
-
-# Offense count: 3
-Style/UnlessElse:
-  Enabled: false