Skip to content

Commit

Permalink
Relax SV lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 17, 2024
1 parent e9398e5 commit 5c7636e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Package contains long lines
waive --rule=line-length --location="rtl/redmule_pkg.sv"
# Disable line length check
waive --rule=line-length
# Disable parameter style check
waive --rule=parameter-name-style

0 comments on commit 5c7636e

Please sign in to comment.