Skip to content

Files

Latest commit

 

History

History
28 lines (19 loc) · 1.17 KB

install-locally.md

File metadata and controls

28 lines (19 loc) · 1.17 KB
title description
Run MegaLinter locally on your computer
Manual instructions to run MegaLinter locally on your computer

Run MegaLinter locally

Version Downloads/week Downloads/total

You can use mega-linter-runner to locally run MegaLinter with the same configuration defined in .mega-linter.yml file

See mega-linter-runner installation instructions

Example

npx mega-linter-runner --flavor salesforce -e "'ENABLE=DOCKERFILE,MARKDOWN,YAML'" -e 'SHOW_ELAPSED_TIME=true'

Note: You can also use such command line in your custom CI/CD pipelines