]> git.openstreetmap.org Git - rails.git/commitdiff
Drop rubocop exclusions that weren't doing anything
authorTom Hughes <tom@compton.nu>
Fri, 17 Jan 2025 22:52:30 +0000 (22:52 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 17 Jan 2025 22:58:37 +0000 (22:58 +0000)
.rubocop_todo.yml

index b3379b91a14243fec617620f973a8f5c3aaa8db7..fa15ea90a0d5a1ba00019d93f94bc52a157a7fda 100644 (file)
@@ -112,7 +112,6 @@ Rails/ActionControllerFlashBeforeRender:
   Exclude:
     - 'app/controllers/application_controller.rb'
     - 'app/controllers/confirmations_controller.rb'
-    - 'app/controllers/friendships_controller.rb'
     - 'app/controllers/issue_comments_controller.rb'
     - 'app/controllers/messages_controller.rb'
     - 'app/controllers/passwords_controller.rb'
@@ -142,7 +141,6 @@ Rails/InverseOf:
   Exclude:
     - 'app/models/changeset.rb'
     - 'app/models/diary_entry.rb'
-    - 'app/models/friendship.rb'
     - 'app/models/issue.rb'
     - 'app/models/message.rb'
     - 'app/models/note.rb'