diff --git a/resources/hal/makefile.hal_checks b/resources/hal/makefile.hal_checks index 47075dee9c26d4286b8e1fff1be545870e712e6f..70fd26ac453fb7c9ca6e884ec4549bbd2803fd05 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