Skip to content
New issue

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

Add no-breakpoint checker #5

Closed
wants to merge 1 commit into from
Closed

Add no-breakpoint checker #5

wants to merge 1 commit into from

Conversation

DanielNoord
Copy link
Owner

This adds a checker for calls to breakpoint() or sys.breakpointhook().
This closes pylint-dev#3692

Type of Changes

Type
βœ“ πŸ› Bug fix
βœ“ ✨ New feature
βœ“ πŸ”¨ Refactoring
βœ“ πŸ“œ Docs

Description

Closes #XXX

@coveralls
Copy link

coveralls commented Jul 29, 2021

Pull Request Test Coverage Report for Build 1078224781

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 92.25%

Totals Coverage Status
Change from base Build 1076372891: 0.002%
Covered Lines: 13034
Relevant Lines: 14129

πŸ’› - Coveralls

This adds a checker for calls to ``breakpoint()``
or ``sys.breakpointhook()``.
This closes pylint-dev#3692
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Check: Warning for breakpoint calls. no-breakpoint
2 participants