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
.prospector.yaml:
pep8: run: true disable: - N802
test.py:
def MyFunc(): pass
$ prospector --tool=pep8 test.py Messages ======== test.py Line: 1 pep8: N802 / function name should be lowercase (col 5) Check Information ================= Started: 2015-01-09 18:05:50.651303 Finished: 2015-01-09 18:05:50.653521 Time Taken: 0.00 seconds Formatter: grouped Strictness: from profile Libraries Used: Tools Run: pep8 Message Found: 1
seems to work fine for pylint, and frosted, however.
The text was updated successfully, but these errors were encountered:
Not quite sure when this started happening, but #96 fixes it.
Sorry, something went wrong.
Bumping version and updating changelog for fix for prospector-dev#96 …
851ddcf
…and prospector-dev#97
No branches or pull requests
.prospector.yaml:
test.py:
seems to work fine for pylint, and frosted, however.
The text was updated successfully, but these errors were encountered: