Skip to content
New issue

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

pylint warnings #75

Open
JaSei opened this issue Sep 20, 2018 · 0 comments
Open

pylint warnings #75

JaSei opened this issue Sep 20, 2018 · 0 comments

Comments

@JaSei
Copy link

JaSei commented Sep 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants