mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
docs: add a note about using VAUTOFIX=1 v check-md file.md
This commit is contained in:
parent
30dbda6e65
commit
c0950873a4
3
TESTS.md
3
TESTS.md
@ -145,6 +145,9 @@ will keep the existing source nice and clean.
|
|||||||
Ensure that all .md files in the project are formatted properly,
|
Ensure that all .md files in the project are formatted properly,
|
||||||
and that the V code block examples in them can be compiled/formatted too.
|
and that the V code block examples in them can be compiled/formatted too.
|
||||||
|
|
||||||
|
Note: if that command finds formatting errors, they can be fixed with:
|
||||||
|
`VAUTOFIX=1 ./v check-md -hide-warnings file.md`
|
||||||
|
|
||||||
## `v test-self`
|
## `v test-self`
|
||||||
|
|
||||||
Run `vlib` module tests, *including* the compiler tests.
|
Run `vlib` module tests, *including* the compiler tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user