commit: 6d4cb0a82ed964934626d1364dc6445641fb4834
parent 72cc61dc5265c4f9fafa5f78aa940ab35299a2fe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 24 Apr 2024 18:29:54 +0200
Makefile: stash flawfinder as last linter
Tends to have way more false positives than I would like to have,
while the other linters give useful warnings.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -33,9 +33,9 @@ check-libs: $(TEST_LIBS)
.PHONY: lint
lint: $(MAN1SO)
$(SHELLCHECK) ./configure ./test_functions.sh $(SCRIPTS)
- ${FLAWFINDER} --minlevel=3 --error-level=4 .
$(MANDOC) -Tlint -Wunsupp,error,warning $(MAN1)
$(REUSE) lint --quiet
+ ${FLAWFINDER} --minlevel=3 --error-level=4 .
.PHONY: clean
clean: