X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5f5f31ee7ecbc673af2bf21a14e76305d0e8355b..1d2a3841ab525308717ce783d0d421cb9aa741de:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 576f6080a..653d7e157 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,18 +6,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: 34 -Lint/AmbiguousOperator: - Exclude: - - 'test/controllers/amf_controller_test.rb' - - 'test/controllers/changeset_controller_test.rb' - - 'test/lib/bounding_box_test.rb' - - 'test/lib/country_test.rb' - -# Offense count: 96 -Lint/AmbiguousRegexpLiteral: - Enabled: false - # Offense count: 32 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: @@ -42,11 +30,6 @@ Lint/HandleExceptions: - 'app/controllers/amf_controller.rb' - 'app/controllers/user_controller.rb' -# Offense count: 2 -Lint/ShadowingOuterLocalVariable: - Exclude: - - 'app/views/changeset/list.atom.builder' - # Offense count: 690 Metrics/AbcSize: Max: 280 @@ -54,7 +37,7 @@ Metrics/AbcSize: # Offense count: 41 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 257 + Max: 261 # Offense count: 11 # Configuration parameters: CountBlocks.