Skip to content

Commit f9159d6

Browse files
committed
Enable rubocop lint for debugger methods and requires
1 parent 84975e5 commit f9159d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ AllCops:
1313
- 'build/**/*'
1414
- 'rubies/**/*'
1515
SuggestExtensions: false
16+
17+
Lint/Debugger:
18+
Enabled: true
19+
DebuggerRequires:
20+
- debug

0 commit comments

Comments
 (0)