You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cops below belong to linting, not style preference,
so make set the severity to warning.
The following emulates warnings for deprecated APIs:
- Rails/DeprecatedActiveModelErrorsMethods
- Rails/TopLevelHashWithIndifferentAccess
- Rails/WhereNotWithMultipleConditions
The following suggests incorrect usage of APIs:
- Rails/ActiveRecordOverride
- Rails/DuplicateAssociation
- Rails/DuplicateScope
*[#896](https://github.com/rubocop/rubocop-rails/pull/896): Raise severity of `Rails/ActiveRecordOverride`, `Rails/DeprecatedActiveModelErrorsMethods`, `Rails/DuplicateAssociation`, `Rails/DuplicateScope`, `Rails/TopLevelHashWithIndifferentAccess`, and `Rails/WhereNotWithMultipleConditions` cops to warning. ([@koic][])
0 commit comments