commit 49ad6920fb5bc9c3732ccd6d7a982a4a19f4410f
parent 9b676ae96dbae72ca4257c8790b7419d4b8f574a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sat, 23 May 2026 14:52:00 +0200
A small update to the "lint" Makefile target
Check the manual page only for events of level "warning" or higher. This
helps avoid unnecessary alarming messages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -39,7 +39,7 @@ lint:
shellcheck -o all git-wad
shellcheck -o all test_tiny_bin.sh
shellcheck -o all test_update.sh
- mandoc -Wbase -Tlint git-wad.1
+ mandoc -Tlint -Wwarning git-wad.1
test:
./test_tiny_bin.sh 1> /dev/null 2>&1