]> git.openstreetmap.org Git - rails.git/commitdiff
Disable Style/ArgumentsForwarding as it's badly broken in 1.60.0
authorTom Hughes <tom@compton.nu>
Tue, 16 Jan 2024 18:38:47 +0000 (18:38 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 16 Jan 2024 18:38:47 +0000 (18:38 +0000)
https://github.com/rubocop/rubocop/issues/12618
https://github.com/rubocop/rubocop/issues/12619
https://github.com/rubocop/rubocop/issues/12620
https://github.com/rubocop/rubocop/issues/12621

.rubocop.yml

index 1e18afd83581ba0fc47d728032b3ade65f091b1a..ddfb63cae0610942a1ac6f107267e2c283ea2b50 100644 (file)
@@ -68,6 +68,9 @@ Rails/SkipsModelValidations:
     - 'db/migrate/*.rb'
     - 'app/controllers/users_controller.rb'
 
+Style/ArgumentsForwarding:
+  Enabled: false
+
 Style/Documentation:
   Enabled: false