Skip to content

Commit 9286f9d

Browse files
committed
Add the style guide URL for Rails/WhereNotWithMultipleConditions
Follow up rubocop/rails-style-guide#296
1 parent a889677 commit 9286f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ Rails/WhereNot:
11391139

11401140
Rails/WhereNotWithMultipleConditions:
11411141
Description: 'Do not use `where.not(...)` with multiple conditions.'
1142+
StyleGuide: 'https://rails.rubystyle.guide/#where-not-with-multiple-attributes'
11421143
Enabled: 'pending'
11431144
Severity: warning
11441145
VersionAdded: '2.17'

0 commit comments

Comments
 (0)