From 70ae1e5318be0f223fbd5871d52a7659eecb59db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Tue, 6 Jun 2023 14:31:38 +0200 Subject: [PATCH] #386; set pylint to fail only on error or with score lower that 8.5 --- .pylintrc | 4 ++-- somefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 somefile diff --git a/.pylintrc b/.pylintrc index bd53998ee..58ed0c08a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 diff --git a/somefile b/somefile new file mode 100644 index 000000000..9902f1784 --- /dev/null +++ b/somefile @@ -0,0 +1 @@ +28