Skip to content

Commit

Permalink
docs: add a note about using VAUTOFIX=1 v check-md file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 22, 2023
1 parent 30dbda6 commit c095087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TESTS.md
Expand Up @@ -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.
Expand Down

0 comments on commit c095087

Please sign in to comment.