X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f4180e4bd28cd3e096a056941515f8c57278507..781e80181e629271722b7781809729c0949c262a:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 418e7265d..e9561cd2d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -108,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: @@ -127,10 +123,6 @@ Style/PredicateName: Style/RaiseArgs: Enabled: false -# Offense count: 11 -Style/RegexpLiteral: - MaxSlashes: 5 - # Offense count: 2 Style/RescueModifier: Enabled: false