lightsout standards-validate
Run every rule’s check against its own fixtures, so a rule that no longer detects what it claims fails loudly.
lightsout standards-validate
When to reach for it
Run it after writing or editing a rule, and in CI for a pack you ship. It proves each check still passes its own pass fixtures and still fails its fail fixtures.
How to run it
lightsout standards-validaterun every check against its own fixtures| flag | meaning | left out |
|---|---|---|
| --pack <path> | Validate only the pack at this folder. | Every pack the config loads. |
| --cwd <path> | Repository whose packs are validated. | The process working directory. |