From ef68a863dafd2c6b56648bdb4473be25357a8b0e Mon Sep 17 00:00:00 2001 From: caprexy Date: Tue, 10 Oct 2023 09:21:01 -0500 Subject: [PATCH] Update pylint.yml to test fail-under option --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 383e65c..df0b753 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint --fail-under=8 $(git ls-files '*.py')