]> git.openstreetmap.org Git - rails.git/commit
Use a custom cop to check controller action names
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Oct 2024 18:49:22 +0000 (19:49 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Jan 2025 13:35:21 +0000 (13:35 +0000)
commit0edac40638b82a87ae1528bd89d3b81388dcbaca
tree99fe398b8c608294a6c470de91ea5eab66316fdc
parent7b19ba580c42f177d295011a136bb38957b475bc
Use a custom cop to check controller action names

SpecificActionNames cop taken from https://github.com/rubocop/rubocop-rails/pull/827
.rubocop.yml
.rubocop/specific_action_names.rb [new file with mode: 0644]