logo

utils-std

Collection of commonly available Unix tools
commit: a23c423257e11ce3a0ef0f14cf57bade1b20ad0b
parent 03456820fd92c8bf4aa3ccf7238f55597c65b65a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 26 Mar 2024 22:32:09 +0100

Makefile: Add `--minlevel=3` to flawfinder arguments

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,7 +30,7 @@ check-libs: $(TEST_LIBS) .PHONY: lint lint: $(MAN1SO) $(SHELLCHECK) ./configure ./test_functions.sh - ${FLAWFINDER} --error-level=4 . + ${FLAWFINDER} --minlevel=3 --error-level=4 . $(MANDOC) -Tlint -Wunsupp,error,warning $(MAN1) $(REUSE) lint --quiet