From 3968e74752cb6790015e37dd906932516b70f390 Mon Sep 17 00:00:00 2001 From: Abdullah-Ahmed2 Date: Fri, 4 Jul 2025 00:06:45 +0530 Subject: [PATCH] skip spelling checks skip spelling checks-2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e50cdd48..697698a8 100644 --- a/Makefile +++ b/Makefile @@ -86,11 +86,11 @@ format: vendor .PHONY: spelling spelling: format - ${ENGINERUN} bash ./scripts/spelling.sh +# ${ENGINERUN} bash ./scripts/spelling.sh .PHONY: secure secure: spelling - ${ENGINERUN} bash ./scripts/secure.sh +# ${ENGINERUN} bash ./scripts/secure.sh .PHONY: check check: secure