try disable linters
This commit is contained in:
parent
c43c58e2f5
commit
e7c45e9755
16
.github/workflows/linter.yml
vendored
16
.github/workflows/linter.yml
vendored
@ -1,16 +0,0 @@
|
||||
linter:
|
||||
# By default, Super-Linter will run all linters
|
||||
# You can disable specific linters here by removing them from the list
|
||||
# You can add additional linters that Super-Linter does not support by opening a pull request
|
||||
# See https://github.com/github/super-linter#supported-linters
|
||||
# An example of adding a custom linter is available at https://github.com/github/super-linter/tree/main/custom_linters
|
||||
#
|
||||
Disabled linters:
|
||||
- gitleaks # Remove this line to enable gitleaks
|
||||
- hadolint
|
||||
- standard
|
||||
|
||||
# Enabled linters
|
||||
# - ansible-lint
|
||||
# - arm-ttk
|
||||
# - ...
|
2
.github/workflows/super-linter.yml
vendored
2
.github/workflows/super-linter.yml
vendored
@ -35,5 +35,7 @@ jobs:
|
||||
VALIDATE_OPENAPI: false
|
||||
VALIDATE_JSCPD: false
|
||||
VALIDATE_GO: false
|
||||
VALIDATE_JAVASCRIPT_STANDARD: false
|
||||
VALIDATE_GITLEAKS: false
|
||||
DEFAULT_BRANCH: "main"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user