Skip to content

Commit 8289378

Browse files
committed
Enable Lint/DuplicateMethods cop
Follow up to rails/rails#43374.
1 parent 88b66b1 commit 8289378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Lint/AmbiguousRegexpLiteral:
180180
Lint/DuplicateRequire:
181181
Enabled: true
182182

183+
Lint/DuplicateMethods:
184+
Enabled: true
185+
183186
Lint/ErbNewArguments:
184187
Enabled: true
185188

0 commit comments

Comments
 (0)