We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac217f commit 4ed65f6Copy full SHA for 4ed65f6
.mega-linter.yml
@@ -5,8 +5,8 @@
5
DISABLE_LINTERS:
6
- SPELL_CSPELL
7
- SPELL_LYCHEE
8
- - GO_GOLANGCI_LINT # Disabled due to Go version mismatch - we run this in our separate go.yaml workflow
9
-
+ - GO_GOLANGCI_LINT # Disabled due to Go version mismatch - we run this in our separate go.yaml workflow
+ - MARKDOWN_MARKDOWN_LINK_CHECK # Disabled until repository public
10
DISABLE_ERRORS_LINTERS:
11
- COPYPASTE_JSCPD
12
- GO_REVIVE
@@ -16,4 +16,4 @@ DISABLE_ERRORS_LINTERS:
16
EMAIL_REPORTER: false
17
FILEIO_REPORTER: false
18
MARKDOWN_SUMMARY_REPORTER: true
19
-SHOW_ELAPSED_TIME: true
+SHOW_ELAPSED_TIME: true
0 commit comments