]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Show scope names in application views
[rails.git] / .rubocop_todo.yml
index f49440e81159d59165f8366b8a8d03a37ef4056f..e922a4b79594ba72e02ef0f427e5a9f35887b320 100644 (file)
@@ -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.