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
Hello, I would like similar options as pylint-error-types for warnings reporting
pylint-error-types
for example
--pylint-error-types=EF --pylint-warnings-types=CRW
produce something like:
project.py PASSED [100%] =============================== warnings summary =============================== _____________________ [pylint] project.py ______________________ C: 1, 0: Missing module docstring (missing-docstring) C: 16, 0: Argument name "e" doesn't conform to snake_case naming style (invalid-name) -- Docs: https://docs.pytest.org/en/latest/warnings.html ==================== 21 passed, 2 warnings in 3.67 seconds =====================
thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I would like similar options as
pylint-error-types
for warnings reportingfor example
produce something like:
thank you
The text was updated successfully, but these errors were encountered: