@@ -6,10 +6,11 @@ Usage: vp check [OPTIONS] [PATHS]...
66Run format, lint, and type checks.
77
88Options:
9- --fix Auto-fix format and lint issues
10- --no-fmt Skip format check
11- --no-lint Skip lint check
12- -h, --help Print help
9+ --fix Auto-fix format and lint issues
10+ --no-fmt Skip format check
11+ --no-lint Skip lint check
12+ --disable-nested-config Disable the automatic loading of nested configuration files (lint only)
13+ -h, --help Print help
1314
1415Examples:
1516 vp check
@@ -27,10 +28,11 @@ Usage: vp check [OPTIONS] [PATHS]...
2728Run format, lint, and type checks.
2829
2930Options:
30- --fix Auto-fix format and lint issues
31- --no-fmt Skip format check
32- --no-lint Skip lint check
33- -h, --help Print help
31+ --fix Auto-fix format and lint issues
32+ --no-fmt Skip format check
33+ --no-lint Skip lint check
34+ --disable-nested-config Disable the automatic loading of nested configuration files (lint only)
35+ -h, --help Print help
3436
3537Examples:
3638 vp check
@@ -48,10 +50,11 @@ Usage: vp check [OPTIONS] [PATHS]...
4850Run format, lint, and type checks.
4951
5052Options:
51- --fix Auto-fix format and lint issues
52- --no-fmt Skip format check
53- --no-lint Skip lint check
54- -h, --help Print help
53+ --fix Auto-fix format and lint issues
54+ --no-fmt Skip format check
55+ --no-lint Skip lint check
56+ --disable-nested-config Disable the automatic loading of nested configuration files (lint only)
57+ -h, --help Print help
5558
5659Examples:
5760 vp check
0 commit comments