Skip to content

Commit

Permalink
Merge pull request #12845 from koic/exclude_debug_open_nonstop_from_l…
Browse files Browse the repository at this point in the history
…int_debugger

Exclude `debug/open_nonstop` from `Lint/Debugger`
  • Loading branch information
koic committed Apr 15, 2024
2 parents 2d39a72 + c9ebac6 commit 0c34dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 0c34dbd

Please sign in to comment.