diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b35bee3c7d9..9df0fcc0895 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