[lint] Exclude JS vendor file and show all errors.

This commit is contained in:
Fabien Basmaison 2021-03-20 16:00:37 +01:00
parent 4a7c0cd184
commit e3cd09930b

View file

@ -19,3 +19,5 @@ jobs:
- name: EditorConfig lint
uses: greut/eclint-action@v0
with:
args: '-show_all_errors -exclude static/js/tabs.js'