From 23867cf7d8ee214d4ace483895000ed5df572587 Mon Sep 17 00:00:00 2001 From: cockroacher <163405488+cockroacher@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:24:52 +0100 Subject: [PATCH] Change pylint to only report errors --- .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 b1853682..82ddac36 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -23,4 +23,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --generated-members json,ssl,datetime --disable C0114 + pylint $(git ls-files '*.py') --generated-members json,ssl,datetime --disable C0114 --errors-only