Skip to content

Commit

Permalink
removed avrorecord from megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianTrifork authored Dec 5, 2023
1 parent 4c3b44b commit 04e011e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -41,4 +41,4 @@ jobs:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log
mega-linter.log

0 comments on commit 04e011e

Please sign in to comment.