From a4600420a35e9dc886f8059206db563168648470 Mon Sep 17 00:00:00 2001 From: Kristian Kristensen <121805653+KristianTrifork@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:55:11 +0100 Subject: [PATCH] Update mega-linter.yml --- .github/workflows/mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index d8aa1145..0777e598 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -30,7 +30,7 @@ jobs: VALIDATE_ALL_CODEBASE: true DISABLE: "COPYPASTE,SPELL" DISABLE_LINTERS: "REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_GRYPE,SPELL_LYCHEE,JSON_JSONLINT" - EXCLUDED_DIRECTORIES: ".git,.github,.devcontainer,target" + EXCLUDED_DIRECTORIES: ".git,.github,.devcontainer,target,avrorecord" FILTER_REGEX_EXCLUDE: "catalog-info.yaml" JAVA_CHECKSTYLE_CONFIG_FILE: "checkstyle.xml" @@ -41,4 +41,4 @@ jobs: name: MegaLinter reports path: | megalinter-reports - mega-linter.log \ No newline at end of file + mega-linter.log