wemake-services / flake8-eradicate

Flake8 plugin to find commented out or dead code
https://pypi.org/project/flake8-eradicate/
MIT License
311 stars 12 forks source link

Docs request: example setup.cfg #281

Open jamesbraza opened 1 year ago

jamesbraza commented 1 year ago

From https://github.com/wemake-services/flake8-eradicate/issues/69 it looks like config files are supported.

Can you document how to add a setup.cfg entry for flake8-eradicate in the README.md? Specifically how to whitelist with eradicate-whitelist-extend.

--eradicate-whitelist-extend to extend the whitelist from eradicate (# separated list)

Also, what is a # separated list?


For example, I need to whitelist this line:

# Formula: (counts/distance) = (counts/step) (steps/turns) (turns/distance)
SudoCerb commented 5 months ago

+1

This is not immediately clear