X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..b74f737a0446d214020f517ca4edaa54a0921cf4:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6c5c98253..fd40acb79 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -42,12 +42,6 @@ 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 @@ -101,21 +95,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.