-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Hello,
I would like similar options as pylint-error-types for warnings reporting
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