From 1c706759aebfbd539a9f035e94737975e00dd5dd Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Fri, 23 Jun 2023 14:44:08 +0100
Subject: [PATCH] Added additional rule exclusion for lint

---
 resources/hal/makefile.hal_checks | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/resources/hal/makefile.hal_checks b/resources/hal/makefile.hal_checks
index 70fd26a..568486c 100644
--- a/resources/hal/makefile.hal_checks
+++ b/resources/hal/makefile.hal_checks
@@ -49,4 +49,7 @@ LINT_NOCHECK += -nocheck NUMSUF
 LINT_NOCHECK += -nocheck ALOWID
 
 # Parameter Naming Length Conventions not used
-LINT_NOCHECK += -nocheck IDLENG
\ No newline at end of file
+LINT_NOCHECK += -nocheck IDLENG
+
+# Parameter Naming Length Conventions not used
+LINT_NOCHECK += -nocheck BLKERR
\ No newline at end of file
-- 
GitLab