We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db80060 commit e3a2c3aCopy full SHA for e3a2c3a
megalinter/examples/.mega-linter.yml
@@ -12,15 +12,16 @@ APPLY_FIXES: all
12
13
# If you use ENABLE_LINTERS variable, all other linters will be disabled by
14
# default
15
-# ENABLE_LINTERS:
+ENABLE_LINTERS:
16
+ - ANSIBLE_ANSIBLE_LINT
17
+ - MARKDOWN_MARKDOWNLINT
18
-# DISABLE:
- # - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
19
- # - SPELL # Uncomment to disable checks of spelling mistakes
+DISABLE:
20
+ - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
21
+ - SPELL # Uncomment to disable checks of spelling mistakes
22
23
SHOW_ELAPSED_TIME: true
24
25
FILEIO_REPORTER: true
-
26
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
27
# DISABLE_ERRORS: true
0 commit comments