From ddaaab71c99270256897651db6275e2fa2d8fdde Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 24 Aug 2025 15:10:02 +0300 Subject: [PATCH] fix(ci): ignore testdata in .mega-linter.yml --- .mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index e9a3a10..c7b084c 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -32,4 +32,4 @@ JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json FILTER_REGEX_EXCLUDE: >- - (node_modules|\.automation/test|docs/json-schemas|\.github/workflows) + (node_modules|\.automation/test|docs/json-schemas|\.github/workflows|testdata)