Skip to content

Commit

Permalink
Merge pull request #2107 from yahonda/enable_lint_duplicate_require_cop
Browse files Browse the repository at this point in the history
Enable `Lint/DuplicateRequire` cop
  • Loading branch information
koic authored Jan 9, 2021
2 parents 021cdaf + 3349c35 commit 1924e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ Lint/AmbiguousOperator:
Lint/AmbiguousRegexpLiteral:
Enabled: true

Lint/DuplicateRequire:
Enabled: true

Lint/ErbNewArguments:
Enabled: true

Expand Down

0 comments on commit 1924e96

Please sign in to comment.