]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Convert fail2ban_jail to an LWRP
[chef.git] / .rubocop_todo.yml
index a6fa2af254dc7c39e2232b855e65f4274fa883b5..d63b1da17ba72aeccf82ad734dbbd2d26717bdad 100644 (file)
@@ -35,22 +35,11 @@ Metrics/PerceivedComplexity:
 Style/Documentation:
   Enabled: false
 
-# Offense count: 32
-# Configuration parameters: Exclude.
-Style/FileName:
-  Enabled: false
-
 # Offense count: 15
 # Configuration parameters: MaxLineLength.
 Style/IfUnlessModifier:
   Enabled: false
 
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/MultilineOperationIndentation:
-  Enabled: false
-
 # Offense count: 29
 # Cop supports --auto-correct.
 Style/NumericLiterals: