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

Updated Disabled Rules

parent 2f91a7e0
Branches
Tags
No related merge requests found
...@@ -35,3 +35,18 @@ LINT_NOCHECK += -nocheck CDWARN ...@@ -35,3 +35,18 @@ LINT_NOCHECK += -nocheck CDWARN
# TODO: Control Characters (May need to be investigated!) # TODO: Control Characters (May need to be investigated!)
LINT_NOCHECK += -nocheck CTLCHR 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.
Please register or to comment