From 1c721877e218c6a22656ed340f89c947408725d9 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 12 Sep 2024 15:05:09 +0100 Subject: [PATCH] Do not lint ec files --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) 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