X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9bca5f05185dde08efcf2d5f1a2bf66c8cdc9f00..607067df21b82f45eb7cf90610eaca86e65490de:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 07185ec2c..d63b1da17 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -35,35 +35,12 @@ Metrics/PerceivedComplexity: Style/Documentation: Enabled: false -# Offense count: 32 -# Configuration parameters: Exclude. -Style/FileName: - Enabled: false - -# Offense count: 3116 -# Cop supports --auto-correct. -# Configuration parameters: SupportedStyles. -Style/HashSyntax: - EnforcedStyle: hash_rockets - # 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: MinDigits: 11 - -# Offense count: 6548 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/StringLiterals: - Enabled: false