Bug fixes
- #1343: Fix false negatives for
Rails/EnumSyntax
for non-literal mappings. (@earlopain) - #1340: Fix a false positive for
Rails/WhereEquals
,Rails/WhereNot
, andRails/WhereRange
when qualifying the database name. (@earlopain)
Changes
- #1342: Change
Rails/ApplicationRecord
to ignore migrations. (@fatkodima) - #1350: Change
Rails/EnumSyntax
to autocorrect underscored options. (@fatkodima)