]> git.openstreetmap.org Git - rails.git/commitdiff
Remove RuboCop action names exception for messages controller
authorAnton Khorev <tony29@yandex.ru>
Thu, 23 Jan 2025 01:20:09 +0000 (04:20 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 24 Jan 2025 01:36:04 +0000 (04:36 +0300)
.rubocop.yml

index d1b961dd5c66c2325a99c7782cc34f2dc859c865..68a7ca003eeacb82f949eb247fc3a4a6aaecff02 100644 (file)
@@ -146,7 +146,6 @@ Rails/SpecificActionNames:
     - 'app/controllers/export_controller.rb'
     - 'app/controllers/geocoder_controller.rb'
     - 'app/controllers/issues_controller.rb'
-    - 'app/controllers/messages_controller.rb'
     - 'app/controllers/site_controller.rb'
     - 'app/controllers/traces_controller.rb'
     - 'app/controllers/users_controller.rb'