Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
# Configuration file for Mega-Linter
# 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

APPLY_FIXES: all # all, none, or list of linter keys
DEFAULT_BRANCH: master # Usually master or main
ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
- ACTION
- BASH
- CPP
- JSON
- MARKDOWN
- SPELL
- YAML
Expand Down
Loading