Skip to content

Commit

Permalink
Exclude debug/open_nonstop from Lint/Debugger
Browse files Browse the repository at this point in the history
Follow up #12721 (comment).

This PR excludes `debug/open_nonstop` from `Lint/Debugger` by default.
  • Loading branch information
koic committed Apr 15, 2024
1 parent 2d39a72 commit c9ebac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
@@ -0,0 +1 @@
* [#12845](https://github.com/rubocop/rubocop/pull/12845): Exclude `debug/open_nonstop` from `Lint/Debugger` by default. ([@koic][])
1 change: 0 additions & 1 deletion config/default.yml
Expand Up @@ -1703,7 +1703,6 @@ Lint/Debugger:
DebuggerRequires:
debug.rb:
- debug/open
- debug/open_nonstop
- debug/start

Lint/DeprecatedClassMethods:
Expand Down

0 comments on commit c9ebac6

Please sign in to comment.