File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).org
29
29
# Column the target description is printed from
30
30
HELP-DESCRIPTION-SPACING := 24
31
31
32
- MEGALINTER_RUNNER = npx mega-linter-runner --flavor java --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
33
-
34
32
# Makefile file and directory name wildcard
35
33
# EDN-FILES := $(wildcard *.edn)
34
+
35
+ # Tool variables
36
+ # MEGALINTER_RUNNER = npx mega-linter-runner --flavor documentation --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
37
+ MEGALINTER_RUNNER = npx mega-linter-runner --flavor java --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
36
38
# ------------------------------------ #
37
39
38
40
# ------- Help ----------------------- #
@@ -148,7 +150,7 @@ lint: ## Run MegaLinter with custom configuration (node.js required)
148
150
$(info --------- MegaLinter Runner ---------)
149
151
$(MEGALINTER_RUNNER )
150
152
151
- lint-fix : # # Run MegaLinter with custom configuration (node.js required)
153
+ lint-fix : # # Run MegaLinter with applied fixes and custom configuration (node.js required)
152
154
$(info --------- MegaLinter Runner ---------)
153
155
$(MEGALINTER_RUNNER ) --fix
154
156
You can’t perform that action at this time.
0 commit comments