From e3cd09930b4f39ae5fa85d0a0fe5899482aa9ef9 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sat, 20 Mar 2021 16:00:37 +0100 Subject: [PATCH] [lint] Exclude JS vendor file and show all errors. --- .github/workflows/linters-global.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linters-global.yaml b/.github/workflows/linters-global.yaml index b815ba62..44127906 100644 --- a/.github/workflows/linters-global.yaml +++ b/.github/workflows/linters-global.yaml @@ -19,3 +19,5 @@ jobs: - name: EditorConfig lint uses: greut/eclint-action@v0 + with: + args: '-show_all_errors -exclude static/js/tabs.js'