We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c93715 commit e6c7988Copy full SHA for e6c7988
1 file changed
.github/verible.waiver
@@ -7,5 +7,8 @@ waive --rule=typedef-structs-unions --location="hw/regs/*"
7
waive --rule=line-length --location="hw/regs/*"
8
waive --rule=no-trailing-spaces --location="hw/regs/*"
9
waive --rule=parameter-name-style --location="hw/regs/*"
10
+waive --rule=explicit-parameter-storage-type --location="hw/regs/*"
11
+waive --rule=generate-label --location="hw/regs/*"
12
+waive --rule=parameter-name-style --location="hw/cheshire_addrmap_pkg.sv"
13
# Package contains long lines
14
waive --rule=line-length --location="hw/cheshire_pkg.sv"
0 commit comments