Skip to content

Commit e835c07

Browse files
committed
docs(check): document phase skip flags
1 parent 751d26b commit e835c07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/guide/check.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ vp check
1717
vp check --fix # Format and run autofixers.
1818
```
1919

20+
## Phase skip flags
21+
22+
`vp check` runs three phases — format, lint rules, and type check — all enabled by default. Each phase can be skipped independently:
23+
24+
| Flag | Skips |
25+
| ---- | ----- |
26+
| `--no-fmt` | Format check |
27+
| `--no-lint` | Lint rules (type check still runs if enabled in config) |
28+
| `--no-type-check` | Type check |
29+
2030
## Configuration
2131

2232
`vp check` uses the same configuration you already define for linting and formatting:

0 commit comments

Comments
 (0)