Skip to content

Commit 4ed65f6

Browse files
committed
fix: megalinter ignore md links
1 parent cac217f commit 4ed65f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mega-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
DISABLE_LINTERS:
66
- SPELL_CSPELL
77
- SPELL_LYCHEE
8-
- GO_GOLANGCI_LINT # Disabled due to Go version mismatch - we run this in our separate go.yaml workflow
9-
8+
- GO_GOLANGCI_LINT # Disabled due to Go version mismatch - we run this in our separate go.yaml workflow
9+
- MARKDOWN_MARKDOWN_LINK_CHECK # Disabled until repository public
1010
DISABLE_ERRORS_LINTERS:
1111
- COPYPASTE_JSCPD
1212
- GO_REVIVE
@@ -16,4 +16,4 @@ DISABLE_ERRORS_LINTERS:
1616
EMAIL_REPORTER: false
1717
FILEIO_REPORTER: false
1818
MARKDOWN_SUMMARY_REPORTER: true
19-
SHOW_ELAPSED_TIME: true
19+
SHOW_ELAPSED_TIME: true

0 commit comments

Comments
 (0)