X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3cc8ea541542d3c983befb326c38b8edf56166c..9dd82c96dd68071f2ca8bbbb762d2dcd5bc75413:/.rubocop_todo.yml?ds=sidebyside diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f49440e81..a0b57f586 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -19,7 +19,7 @@ require: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 254 + Max: 270 # Offense count: 36 # Configuration parameters: AllowSafeAssignment. @@ -142,6 +142,10 @@ Rails/HelperInstanceVariable: Exclude: - 'app/helpers/title_helper.rb' +Rails/LexicallyScopedActionFilter: + Exclude: + - 'app/controllers/oauth2_applications_controller.rb' + # Offense count: 5 # Configuration parameters: Include. # Include: db/migrate/*.rb @@ -178,11 +182,6 @@ Rake/Desc: - 'lib/tasks/subscribe_old_changesets.rake' - 'lib/tasks/testing.rake' -# Offense count: 3 -Rake/MethodDefinitionInTask: - Exclude: - - 'lib/tasks/eslint.rake' - # Offense count: 558 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle.