Disable Style/ArgumentsForwarding as it's badly broken in 1.60.0
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
This commit is contained in:
parent
3b4909f49b
commit
98f8bbace3
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ Rails/SkipsModelValidations:
|
|||
- 'db/migrate/*.rb'
|
||||
- 'app/controllers/users_controller.rb'
|
||||
|
||||
Style/ArgumentsForwarding:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue