diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5812a8f..c39143b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,3 +33,5 @@ jobs: # Pylint is too picky about everything, not ready # for this yet here VALIDATE_PYTHON_PYLINT: false + # We don't want to lint EC files + FILTER_REGEX_EXCLUDE: .*/ecl-ec.*.css