Skip to content
Snippets Groups Projects
Commit 1f28f91f authored by dam1n19's avatar dam1n19
Browse files

Updated Disabled Rules

parent 2f91a7e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment