From 1f28f91fba530dd59a628ce71d3032fb1d5ac457 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Fri, 23 Jun 2023 12:01:34 +0100 Subject: [PATCH] Updated Disabled Rules --- resources/hal/makefile.hal_checks | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/resources/hal/makefile.hal_checks b/resources/hal/makefile.hal_checks index 47075de..70fd26a 100644 --- a/resources/hal/makefile.hal_checks +++ b/resources/hal/makefile.hal_checks @@ -34,4 +34,19 @@ LINT_NOCHECK += -nocheck IPRTEX LINT_NOCHECK += -nocheck CDWARN # TODO: Control Characters (May need to be investigated!) -LINT_NOCHECK += -nocheck CTLCHR \ No newline at end of file +LINT_NOCHECK += -nocheck CTLCHR + +# Large Arithmetic isn't Illegal +LINT_NOCHECK += -nocheck LRGOPR + +# Begin/End Blocks don't have names +LINT_NOCHECK += -nocheck NOBLKN + +# Numerical Value Suffix on wires (not an issue) +LINT_NOCHECK += -nocheck NUMSUF + +# Active Low Naming Convention Not Used +LINT_NOCHECK += -nocheck ALOWID + +# Parameter Naming Length Conventions not used +LINT_NOCHECK += -nocheck IDLENG \ No newline at end of file -- GitLab