Skip to content

Commit

Permalink
Add the style guide URL for Rails/WhereNotWithMultipleConditions
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Apr 14, 2023
1 parent a889677 commit 9286f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ Rails/WhereNot:

Rails/WhereNotWithMultipleConditions:
Description: 'Do not use `where.not(...)` with multiple conditions.'
StyleGuide: 'https://rails.rubystyle.guide/#where-not-with-multiple-attributes'
Enabled: 'pending'
Severity: warning
VersionAdded: '2.17'
Expand Down

0 comments on commit 9286f9d

Please sign in to comment.