From fd21d05e1511725a8d262a147b4588cf8177c3aa Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Wed, 6 Mar 2024 13:47:27 -0500 Subject: [PATCH] ingoring too may branches --- .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 1593759..25699ee 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -22,4 +22,4 @@ jobs: pip install . - name: Analysing the code with pylint run: | - pylint -d C0103 $(git ls-files '*/*.py' '*.py') \ No newline at end of file + pylint -d C0103 -d R0912 $(git ls-files '*/*.py' '*.py') \ No newline at end of file