From c0950873a4c561bbea100631c9fab16de7729db5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 22 Aug 2023 21:30:14 +0300 Subject: [PATCH] docs: add a note about using `VAUTOFIX=1 v check-md file.md` --- TESTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TESTS.md b/TESTS.md index bb29144879..a2d20a1bce 100644 --- a/TESTS.md +++ b/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, 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.