From 3fc993da5946feac15c8020c414bca450f018f3e Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:59:39 -0400 Subject: [PATCH] Disable linter errors (#2216) --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b35bee3c7..9df0fcc08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,7 @@ jobs: uses: github/super-linter@v4 env: DEFAULT_BRANCH: ${{ github.base_ref }} + DISABLE_ERRORS: true EDITORCONFIG_FILE_NAME: .editorconfig LINTER_RULES_PATH: /src/ VALIDATE_ALL_CODEBASE: false