Skip to content

Commit 482e366

Browse files
authored
Merge pull request #298 from vkucera/megalinter
MegaLinter: Add JSON
2 parents d315150 + 6174c2e commit 482e366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
# Configuration file for Mega-Linter
3-
# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
3+
# See all available variables at http://megalinter.io/latest/configuration/ and in linters documentation
44

55
APPLY_FIXES: all # all, none, or list of linter keys
66
DEFAULT_BRANCH: master # Usually master or main
77
ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
88
- ACTION
99
- BASH
1010
- CPP
11+
- JSON
1112
- MARKDOWN
1213
- SPELL
1314
- YAML

0 commit comments

Comments
 (0)