We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue will appear for Rubocop >= 1.45.0. I tested in roadmap >=3.1.0 version.
Noted in portagenetwork#316, rubocop starts to complain about debugging messages after upgrading to 1.45.1:
It is because rubocop 1.45.0 (rubocop/rubocop#11517) added debugger detection that will affect most of our rake tasks.
Will push the new rubocop.yml soon.
The text was updated successfully, but these errors were encountered:
Using roadmap suggestions to add exclusions to ONLY lib tasks, instead of disabling all debugger check
Sorry, something went wrong.
Close this ticket for now. The changes are included in #3292 .
pengyin-shan
Successfully merging a pull request may close this issue.
This issue will appear for Rubocop >= 1.45.0. I tested in roadmap >=3.1.0 version.
Noted in portagenetwork#316, rubocop starts to complain about debugging messages after upgrading to 1.45.1:
It is because rubocop 1.45.0 (rubocop/rubocop#11517) added debugger detection that will affect most of our rake tasks.
Will push the new rubocop.yml soon.
The text was updated successfully, but these errors were encountered: