Skip to content

Commit

Permalink
Disable 1 of the 4 Python linters
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
  • Loading branch information
emsearcy committed Apr 4, 2024
1 parent 76af8da commit c803bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Dependency resolution not supporting Pipfile, apparently.
VALIDATE_PYTHON_PYLINT: "false"

0 comments on commit c803bc7

Please sign in to comment.