Skip to content

Commit

Permalink
Only lint the rendered directory
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 23, 2024
1 parent 52e7e1f commit 780afcc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,10 @@ jobs:
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
FILTER_REGEX_INCLUDE: ^renderer/
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# disable nitpicky linters
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_MARKDOWN: false
# disable low-importance linters for now
VALIDATE_BASH: false
VALIDATE_BASH_EXEC: false
VALIDATE_CHECKOV: false
VALIDATE_DOCKERFILE_HADOLINT: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_RUFF: false
VALIDATE_CSS: false
VALIDATE_HTML: false
VALIDATE_JAVASCRIPT_STANDARD: false

0 comments on commit 780afcc

Please sign in to comment.