docs: add a note about using VAUTOFIX=1 v check-md file.md

This commit is contained in:
Delyan Angelov 2023-08-22 21:30:14 +03:00
parent 30dbda6e65
commit c0950873a4
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -145,6 +145,9 @@ will keep the existing source nice and clean.
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.
Note: if that command finds formatting errors, they can be fixed with:
`VAUTOFIX=1 ./v check-md -hide-warnings file.md`
## `v test-self`
Run `vlib` module tests, *including* the compiler tests.