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.
2 parents d315150 + 6174c2e commit 482e366Copy full SHA for 482e366
.mega-linter.yml
@@ -1,13 +1,14 @@
1
---
2
# Configuration file for Mega-Linter
3
-# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
+# See all available variables at http://megalinter.io/latest/configuration/ and in linters documentation
4
5
APPLY_FIXES: all # all, none, or list of linter keys
6
DEFAULT_BRANCH: master # Usually master or main
7
ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
8
- ACTION
9
- BASH
10
- CPP
11
+ - JSON
12
- MARKDOWN
13
- SPELL
14
- YAML
0 commit comments