Skip to content

Commit

Permalink
Update super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBoyAJ24 authored Aug 17, 2023
1 parent be346f2 commit d2f4af2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "develop"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

VALIDATE_CSS: false
VALIDATE_HTML: false
VALIDATE_PYTHON: true
VALIDATE_PYTHON_BLACK: true
VALIDATE_PYTHON_FLAKE8: true
VALIDATE_PYTHON_ISORT: true

PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: .flake8

0 comments on commit d2f4af2

Please sign in to comment.