Skip to content

Commit

Permalink
#386; set pylint to fail only on error or with score lower that 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jun 6, 2023
1 parent e2fa20d commit 70ae1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ extension-pkg-whitelist=
# Return non-zero exit code if any of these messages/categories are detected,
# even if score is above --fail-under value. Syntax same as enable. Messages
# specified are enabled, while categories only check already-enabled messages.
fail-on=
fail-on=E

# Specify a score threshold to be exceeded before program exits with error.
fail-under=10.0
fail-under=8.5

# Files or directories to be skipped. They should be base names, not paths.
ignore=CVS
Expand Down
1 change: 1 addition & 0 deletions somefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
28

0 comments on commit 70ae1e5

Please sign in to comment.