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

Added additional rule exclusion for lint

parent 1f28f91f
No related branches found
No related tags found
No related merge requests found
......@@ -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
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