Revert bogus rubocop correction

This commit is contained in:
Tom Hughes
2025-06-24 19:05:20 +01:00
parent 5e3b5e9d57
commit 6da53d2f1a

View File

@ -72,6 +72,10 @@ Rails/SkipsModelValidations:
- 'db/migrate/*.rb'
- 'app/controllers/users/lists_controller.rb'
Style/CollectionQuerying:
Exclude:
- 'Dangerfile'
Style/Documentation:
Enabled: false