Remove obsolete ScopeArgs rubocop rule

This rule doesn't make sense with Rails 5 anymore, since breaking it
will raise an error.
This commit is contained in:
Javi Martín
2019-06-22 19:51:41 +02:00
parent ea17256e3a
commit 9fb1d7df31

View File

@@ -90,9 +90,6 @@ Rails/ReversibleMigration:
Rails/SaveBang: Rails/SaveBang:
Enabled: true Enabled: true
Rails/ScopeArgs:
Enabled: true
Rails/SkipsModelValidations: Rails/SkipsModelValidations:
Enabled: true Enabled: true