From e7c45e975578f9768580723da9370f37888be067 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Tue, 14 Mar 2023 12:04:33 +0530 Subject: [PATCH] try disable linters --- .github/workflows/linter.yml | 16 ---------------- .github/workflows/super-linter.yml | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/linter.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index 9ccbddde..00000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -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 - # - ... diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a17a97af..30940e31 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -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 }}