Skip to content

Commit

Permalink
Make pylint fail on informational messages too (#31136)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 24, 2020
1 parent 98bac43 commit 9795449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 9795449

Please sign in to comment.