Drop rubocop exclusions that weren't doing anything

This commit is contained in:
Tom Hughes 2025-01-17 22:52:30 +00:00
parent 3fcdeba29e
commit b5006acd81

View 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'