We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #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)
The text was updated successfully, but these errors were encountered:
+1
This is not immediately clear
Sorry, something went wrong.
No branches or pull requests
From #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:
# Formula: (counts/distance) = (counts/step) (steps/turns) (turns/distance)
The text was updated successfully, but these errors were encountered: