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
#213: Fix a false positive for Rails/UniqueValidationWithoutIndex when using conditions. (@sunny)
#215: Fix a false positive for Rails/UniqueValidationWithoutIndex when using Expression Indexes. (@koic)
#214: Fix an error for Rails/UniqueValidationWithoutIndexwhen a table has no column definition. (@koic)
#221: Make Rails/UniqueValidationWithoutIndex aware of add_index in db/schema.rb. (@koic)
Changes
#223: Mark Rails/ApplicationController, Rails/ApplicationJob, Rails/ApplicationMailer, and Rails/ApplicationRecord as unsafe autocorrect. (@hoshinotsuyoshi)