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 -s veryhigh . ... Check Information ================= Started: 2018-03-06 17:32:05.187076 Finished: 2018-03-06 17:34:08.166390 Time Taken: 122.98 seconds Formatter: grouped Profiles: .prospector.yaml, strictness_veryhigh, no_doc_warnings, no_member_warnings, no_test_warnings Strictness: veryhigh Libraries Used: Tools Run: dodgy, mccabe, pep8, profile-validator, pyflakes, pylint Messages Found: 130
prospector -s veryhigh --absolute-paths . ... Check Information ================= Started: 2018-03-06 17:34:58.447810 Finished: 2018-03-06 17:36:48.550230 Time Taken: 110.10 seconds Formatter: grouped Profiles: .prospector.yaml, strictness_veryhigh, no_doc_warnings, no_member_warnings, no_test_warnings Strictness: veryhigh Libraries Used: Tools Run: dodgy, mccabe, pep8, profile-validator, pyflakes, pylint Messages Found: 302
The text was updated successfully, but these errors were encountered:
We figured out that looks like --absolute-paths drops #noqa suppression functionality o_O
--absolute-paths
#noqa
Sorry, something went wrong.
Looks like filter expects relative_filepaths but process_messages doesn't do any preparations.
relative_filepaths
process_messages
This is going to be fixed on the next release. Will close this issue when new version comes.
8165dd9
No branches or pull requests
prospector -s veryhigh . ... Check Information ================= Started: 2018-03-06 17:32:05.187076 Finished: 2018-03-06 17:34:08.166390 Time Taken: 122.98 seconds Formatter: grouped Profiles: .prospector.yaml, strictness_veryhigh, no_doc_warnings, no_member_warnings, no_test_warnings Strictness: veryhigh Libraries Used: Tools Run: dodgy, mccabe, pep8, profile-validator, pyflakes, pylint Messages Found: 130
prospector -s veryhigh --absolute-paths . ... Check Information ================= Started: 2018-03-06 17:34:58.447810 Finished: 2018-03-06 17:36:48.550230 Time Taken: 110.10 seconds Formatter: grouped Profiles: .prospector.yaml, strictness_veryhigh, no_doc_warnings, no_member_warnings, no_test_warnings Strictness: veryhigh Libraries Used: Tools Run: dodgy, mccabe, pep8, profile-validator, pyflakes, pylint Messages Found: 302
The text was updated successfully, but these errors were encountered: