We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e8b92 commit c44dee1Copy full SHA for c44dee1
2 files changed
.mega-linter.yml
@@ -8,5 +8,6 @@ DISABLE:
8
- COPYPASTE # Comment to enable checks of excessive copy-pastes
9
# - SPELL # Uncomment to disable checks of spelling mistakes
10
SHOW_ELAPSED_TIME: true
11
-FILEIO_REPORTER: false
12
DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
+FILTER_REGEX_EXCLUDE: (.*\.md)
13
+VALIDATE_ALL_CODEBASE: false
Makefile
@@ -98,9 +98,9 @@ test-hook:
98
# only lints changed files
99
.PHONY:
100
lint:
101
- npx mega-linter-runner --env VALIDATE_ALL_CODEBASE=false
+ npx mega-linter-runner
102
103
# lints every file in the repo
104
105
lintall:
106
- npx mega-linter-runner
+ npx mega-linter-runner --env VALIDATE_ALL_CODEBASE=true
0 commit comments