]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Drop routing test sites
[chef.git] / .rubocop_todo.yml
index 155b7d1356752efabf9c104fb59dfc60be0e3de4..07185ec2ccc9e53c8dbd84c9fcb14fd8b7262fdb 100644 (file)
@@ -5,11 +5,6 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
-# Offense count: 15
-# Configuration parameters: AllowSafeAssignment.
-Lint/AssignmentInCondition:
-  Enabled: false
-
 # Offense count: 2
 Lint/HandleExceptions:
   Enabled: false
@@ -36,12 +31,6 @@ Metrics/MethodLength:
 Metrics/PerceivedComplexity:
   Max: 9
 
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: SupportedStyles.
-Style/AccessModifierIndentation:
-  EnforcedStyle: outdent
-
 # Offense count: 14
 Style/Documentation:
   Enabled: false