Mega Lint Snapshot
Purpose
Produce deterministic, MegaLinter-style output for the repo's lint/quality checks, with consistent headers, timestamps, and error blocks.
How to Use
- •Prefer running the script for consistent formatting:
- •
./.agents/skills/mega-lint-snapshot/scripts/run-mega-lint.sh
- •
- •If the user explicitly requests auto-fix, run:
- •
./.agents/skills/mega-lint-snapshot/scripts/run-mega-lint.sh --fix
- •
- •If the output references unavailable tools, report the errors and keep the rest of the report intact.
Configuration
The runner reads the item list from:
- •
assets/mega-lint.config.json
Each item defines:
- •
name: MegaLinter category name - •
command: executable to run - •
args: check-mode arguments - •
fixArgs(optional): arguments for auto-fix mode
References
- •See
references/tools.mdfor the intended tool mapping and notes.