Skip to content

Commit

Permalink
Disable lint temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
crisingulani committed Dec 10, 2024
1 parent f83ec26 commit ca562c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion src/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca562c6

Please sign in to comment.