Skip to content

Commit d612678

Browse files
authored
Merge pull request #2215 from koic/enable_lint_duplicate_methods_cop
Enable `Lint/DuplicateMethods` cop
2 parents 88b66b1 + 8289378 commit d612678

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)