-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52e7e1f
commit 780afcc
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |