Skip to content

Commit

Permalink
Add .pylintrc as pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Aug 26, 2024
1 parent b83d7c5 commit 6435511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_PYLINT_CONFIG_FILE: pyproject.toml
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
# Suppressed because it conflicts with clang-format in some cases
VALIDATE_CPP: false
# Suppressed because copy/paste is sometimes required at low level
Expand Down

0 comments on commit 6435511

Please sign in to comment.