Skip to content

valignatev/flake8-eradicate

 
 

Repository files navigation

flake8-eradicate

flake8 plugin to find commented out code. Based on eradicate project.

wemake.services Build Status Coverage Python Version PyPI version

Installation

pip install flake8-eradicate

Usage

Run your flake8 checker as usual. Commented code should raise an error.

We prefer not to raise a warning than to raise a false positive. So, we ignore --aggressive option from eradicate.

Error codes

Error code Description
E800 Found commented out code

License

MIT.

About

Flake8 plugin to find commented out code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%