Skip to content

Commit e3a2c3a

Browse files
committed
[megalinter] configure megalinter
1 parent db80060 commit e3a2c3a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

megalinter/examples/.mega-linter.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ APPLY_FIXES: all
1212

1313
# If you use ENABLE_LINTERS variable, all other linters will be disabled by
1414
# default
15-
# ENABLE_LINTERS:
15+
ENABLE_LINTERS:
16+
- ANSIBLE_ANSIBLE_LINT
17+
- MARKDOWN_MARKDOWNLINT
1618

17-
# DISABLE:
18-
# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
19-
# - SPELL # Uncomment to disable checks of spelling mistakes
19+
DISABLE:
20+
- COPYPASTE # Uncomment to disable checks of excessive copy-pastes
21+
- SPELL # Uncomment to disable checks of spelling mistakes
2022

2123
SHOW_ELAPSED_TIME: true
2224

2325
FILEIO_REPORTER: true
24-
2526
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
2627
# DISABLE_ERRORS: true

0 commit comments

Comments
 (0)