You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fixrubocop#11556] Fix a false positive for Lint/Debugger
Fixesrubocop#11556.
This PR fixes a false positive for `Lint/Debugger` when `p` is an argument of method call.
Basically, debugger methods are not used as a method argument without arguments.
*[#11556](https://github.com/rubocop/rubocop/issues/11556): Fix a false positive for `Lint/Debugger` when `p` is an argument of method call. ([@koic][])
0 commit comments