diff --git a/.github/workflows/linters-global.yaml b/.github/workflows/linters-global.yaml index b815ba628..44127906d 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'