X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5cbd4038edb32b0304bd766e70fc680ea447b52b..9e160ec176ecdc5bea245566f211b6eec20208cd:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2817faea4..e9561cd2d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -98,12 +98,6 @@ Style/GlobalVars: Style/GuardClause: Enabled: false -# Offense count: 5687 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/HashSyntax: - Enabled: false - # Offense count: 60 # Cop supports --auto-correct. Style/LineEndConcatenation: @@ -114,10 +108,6 @@ Style/LineEndConcatenation: Style/NumericLiterals: MinDigits: 11 -# Offense count: 42 -Style/OneLineConditional: - Enabled: false - # Offense count: 44 # Cop supports --auto-correct. Style/PerlBackrefs: @@ -133,20 +123,10 @@ Style/PredicateName: Style/RaiseArgs: Enabled: false -# Offense count: 11 -Style/RegexpLiteral: - MaxSlashes: 5 - # Offense count: 2 Style/RescueModifier: Enabled: false -# Offense count: 6639 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/StringLiterals: - Enabled: false - # Offense count: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles.