Skip to content

pylint warnings #75

@JaSei

Description

@JaSei

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions