megalinter "''" needed for lists in env var

This commit is contained in:
Ralf Vogler 2025-05-24 15:50:08 +02:00
parent af406b3b50
commit a040108e92

View file

@ -2,7 +2,7 @@
# More info at https://megalinter.io
# Run this locally via Docker:
# npx mega-linter-runner -r v8 -f cupcake # run as configured in .mega-linter
# npx mega-linter-runner -r v8 -f cupcake -e "ENABLE=MARKDOWN,YAML" -e "APPLY_FIXES=none" # only enable certain groups and disable automatic fixes
# npx mega-linter-runner -r v8 -f cupcake -e "'ENABLE=MARKDOWN,YAML'" -e "APPLY_FIXES=none" # only enable certain groups and disable automatic fixes (note that the '' are required for multiple values)
# npx mega-linter-runner -r v8 -f cupcake -e "ENABLE_LINTERS=MARKDOWN_MARKDOWN_LINK_CHECK" # run a specific linter
---
name: MegaLinter