Skip to content

Commit

Permalink
Merge pull request #2399 from yahonda/enable_lint_debugger_cop
Browse files Browse the repository at this point in the history
Enable `Lint/Debugger` cop
  • Loading branch information
yahonda committed Sep 24, 2024
2 parents f6463d5 + 53f9bdb commit 84719f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ Lint/AmbiguousOperator:
Lint/AmbiguousRegexpLiteral:
Enabled: true

Lint/Debugger:
Enabled: true
DebuggerRequires:
- debug

Lint/DuplicateRequire:
Enabled: true

Expand Down

0 comments on commit 84719f5

Please sign in to comment.