From 731f5a8e8fece068e10c21a2ed8d5acd4b3b4f90 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 30 Jan 2026 21:58:03 +0000 Subject: [PATCH] remove linting. all it did was generate useless white noise --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 276a6c3..baf8ec6 100644 --- a/Makefile +++ b/Makefile @@ -53,12 +53,3 @@ install: $(TARGETS) uninstall: rm -f /usr/local/bin/cnadd /usr/local/bin/cndump /usr/local/bin/cncount /usr/local/bin/cndel /usr/local/bin/cnfind /usr/local/bin/cnhelp - -# Strict splint (very verbose, use with caution) -splint-strict: - splint +standard -I./include src/*.c - -cppcheck: - @echo "Running cppcheck..." - @cppcheck --std=c90 --enable=warning,style,performance,portability \ - --suppress=missingIncludeSystem --quiet -I./include src/