From ca562c6c1f4d5fbb2f34873779a7b26f1422ba77 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Tue, 10 Dec 2024 21:19:38 +0000 Subject: [PATCH] Disable lint temporarily --- .github/workflows/linting.yml | 7 +++---- src/.pylintrc | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index bf902ec..3e7c6b1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -31,8 +31,7 @@ jobs: pip install .[dev] if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi - - name: Analyze code with linter - - run: | - pylint -rn -sn --recursive=y ./src --rcfile=./src/.pylintrc + # - name: Analyze code with linter + # run: | + # pylint -rn -sn --recursive=y ./src --rcfile=./src/.pylintrc diff --git a/src/.pylintrc b/src/.pylintrc index 63af94b..81771e9 100644 --- a/src/.pylintrc +++ b/src/.pylintrc @@ -423,7 +423,7 @@ disable=raw-checker-failed, use-symbolic-message-instead, missing-module-docstring, unnecessary-pass, - too-many-arguments, + # too-many-arguments, # Enable the message, report, category or checker with the given id(s). You can