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

Added integration with eradicate to highlight dead code #39

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

nfx
Copy link
Contributor

@nfx nfx commented Apr 22, 2024

There's an awesome Python project called eradicate (https://github.com/PyCQA/eradicate), but it doesn't seem to have a PyLint plugin. This PR adds this integration.

There's an awesome Python project called `eradicate` (https://github.com/PyCQA/eradicate), but it doesn't seem to have a PyLint plugin. This PR adds this integration.
@nfx nfx merged commit 08ed4cb into main Apr 22, 2024
8 checks passed
@nfx nfx deleted the feat/eradicate branch April 22, 2024 16:23
nfx added a commit that referenced this pull request Apr 22, 2024
* Added integration with `eradicate` to highlight dead code ([#39](#39)). This release integrates the `eradicate` project, a tool for identifying dead code in Python, into the project's code analysis and testing workflow. This integration will help enforce dead code removal, improve code quality, and make debugging easier by identifying and highlighting dead code. The `C8920` check in the Pylint plugin reports any commented out code, and it can be disabled on a specific line by adding `# pylint: disable=dead-code` at the end of it.
@nfx nfx mentioned this pull request Apr 22, 2024
nfx added a commit that referenced this pull request Apr 22, 2024
* Added integration with `eradicate` to highlight dead code
([#39](#39)). This
release integrates the `eradicate` project, a tool for identifying dead
code in Python, into the project's code analysis and testing workflow.
This integration will help enforce dead code removal, improve code
quality, and make debugging easier by identifying and highlighting dead
code. The `C8920` check in the Pylint plugin reports any commented out
code, and it can be disabled on a specific line by adding `# pylint:
disable=dead-code` at the end of it.
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.

1 participant