Skip to content

Commit

Permalink
add exclude to rubocop.yml so that debugger will run but except lib t…
Browse files Browse the repository at this point in the history
…asks
  • Loading branch information
pengyin-shan committed Feb 21, 2023
1 parent f423998 commit 6567485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ Lint/UnmodifiedReduceAccumulator: # new in 1.1
Enabled: true
Lint/Debugger: # new in 1.45.0
Description: 'Check for debugger calls.'
Enabled: false
Enabled: true
Exclude:
- 'lib/tasks/**/*'


# -----------
Expand Down

0 comments on commit 6567485

Please sign in to comment.