Skip to content

Commit 9395c72

Browse files
committed
Disable lychee and devskim checks
- devskim errors out because megalinter doesn't have .NET in it, disable - lychee spellchecks are useless when there are project names in a file Signed-off-by: Joe Block <[email protected]>
1 parent 165ae8d commit 9395c72

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: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
57+
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL,SPELL_LYCHEE,REPOSITORY_DEVSKIM
5858
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5959
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
6060
REPOSITORY_KICS_DISABLE_ERRORS: true

0 commit comments

Comments
 (0)