Skip to content

Commit 5f6b396

Browse files
committed
Disable devskim in mega-linter
Disable devskim in mega-linter. It's causing errors because .NET isn't installed in the CI environment and I don't use its output anyway. Signed-off-by: Joe Block <[email protected]>
1 parent ac070b8 commit 5f6b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
VALIDATE_ALL_CODEBASE: false
5555
DEFAULT_BRANCH: main
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_GRYPE,SPELL_LYCHEE
57+
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_GRYPE,SPELL_LYCHEE,REPOSITORY_DEVSKIM
5858
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5959
REPOSITORY_KICS_DISABLE_ERRORS: true
6060
YAML_YAMLLINT_DISABLE_ERRORS: true

0 commit comments

Comments
 (0)