]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary RuboCop exclusion
authorAnton Khorev <tony29@yandex.ru>
Sun, 23 Feb 2025 02:34:48 +0000 (05:34 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 23 Feb 2025 22:27:03 +0000 (01:27 +0300)
.rubocop.yml

index eedbf47e0d341311dc2abd723cef53a1ef5b803b..2cba82bb519e619844bf23f249b8f5bf890d154f 100644 (file)
@@ -129,7 +129,6 @@ Rails/SpecificActionNames:
     - app/controllers/**/*.rb
   Exclude:
     # This is a todo list, but is currently too long for `rubocop --auto-gen-config`
-    - 'app/controllers/api/changeset_comments_controller.rb'
     - 'app/controllers/api/changesets_controller.rb'
     - 'app/controllers/api/notes_controller.rb'
     - 'app/controllers/api/user_preferences_controller.rb'