Skip to content

Commit

Permalink
Update mega-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianTrifork authored Dec 5, 2023
1 parent b09c754 commit a460042
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 a460042

Please sign in to comment.