try disable linters

This commit is contained in:
0xmuralik 2023-03-14 12:04:33 +05:30
parent c43c58e2f5
commit e7c45e9755
2 changed files with 2 additions and 16 deletions

View File

@ -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
# - ...

View File

@ -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 }}