Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SoCTools Flow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
SoCTools Flow
Commits
1f28f91f
Commit
1f28f91f
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Updated Disabled Rules
parent
2f91a7e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/hal/makefile.hal_checks
+16
-1
16 additions, 1 deletion
resources/hal/makefile.hal_checks
with
16 additions
and
1 deletion
resources/hal/makefile.hal_checks
+
16
−
1
View file @
1f28f91f
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment