Skip to content

Commit

Permalink
lint: Waive auto-generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 18, 2024
1 parent f5f75c6 commit 0df986b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/lint/waiver.verible
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ waive --rule=unpacked-dimensions-range-ordering --location="hw/future/src/axi_in
# Auto-generated configuration registers are waived
waive --rule=typedef-structs-unions --location="hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg_pkg.sv"
waive --rule=line-length --location="hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg_pkg.sv"
waive --rule=parameter-name-style --location="hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg_top.sv"
waive --rule=no-trailing-spaces --location="hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg_top.sv"

0 comments on commit 0df986b

Please sign in to comment.