Skip to content

Commit

Permalink
Disable parameters style checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 17, 2024
1 parent e9398e5 commit 9ffe0eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# 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"
waive --rule=line-length
waive --rule=-parameter-name-style
#verible-verilog-lint --rules=-parameter-name-style

0 comments on commit 9ffe0eb

Please sign in to comment.