Open jamesbraza opened 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.
setup.cfg
flake8-eradicate
README.md
eradicate-whitelist-extend
--eradicate-whitelist-extend to extend the whitelist from eradicate (# separated list)
--eradicate-whitelist-extend
eradicate
#
Also, what is a # separated list?
For example, I need to whitelist this line:
# Formula: (counts/distance) = (counts/step) (steps/turns) (turns/distance)
+1
This is not immediately clear
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 forflake8-eradicate
in theREADME.md
? Specifically how to whitelist witheradicate-whitelist-extend
.Also, what is a
#
separated list?For example, I need to whitelist this line: