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

Fail on pylint numeric disables #31136

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make pylint fail on informational messages too
  • Loading branch information
scop committed Jan 24, 2020
commit 24738b30cae5f2db02c2a3b85af0df1d3650cac6
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore=tests
# Use a conservative default here; 2 should speed up most setups and not hurt
# any too bad. Override on command line as appropriate.
jobs=2
load-plugins=pylint_strict_informational
persistent=no

[BASIC]
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mypy==0.761
pre-commit==1.21.0
pylint==2.4.4
astroid==2.3.3
pylint-strict-informational==0.1
pytest-aiohttp==0.3.0
pytest-cov==2.8.1
pytest-sugar==0.9.2
Expand Down