Skip to content

Commit

Permalink
Disable new Super-Linter PRETTIERs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Sep 1, 2024
1 parent 7c33c90 commit 17f1287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,13 @@ jobs:
uses: super-linter/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYINK: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_YAML_PRETTIER: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 17f1287

Please sign in to comment.