From: Tom Hughes Date: Tue, 22 Mar 2022 17:41:15 +0000 (+0000) Subject: Re-enable the Rails/MigrationClassName cop X-Git-Tag: live~1237 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b01ffa427e6adc17f7aa4f0eb12043cf2c82dcec?hp=919900f693469560dba29150ae1d4de6bcc72fa6 Re-enable the Rails/MigrationClassName cop --- diff --git a/.rubocop.yml b/.rubocop.yml index 5ffc61c41..65db8a6a5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -55,9 +55,6 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/MigrationClassName: - Enabled: false - Rails/ReflectionClassName: Enabled: false