Skip to content

Commit

Permalink
[lint] Rename verible lint waivers from *.vbw to *.vbl
Browse files Browse the repository at this point in the history
CI uses *.vbl to build a common waiver for the whole design and
misses top-level waivers due to a different file extension

Signed-off-by: Robert Schilling <rschilling@rivosinc.com>
  • Loading branch information
Razer6 authored and andreaskurth committed Dec 24, 2024
1 parent 6711c47 commit a18b3dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion hw/top_darjeeling/top_darjeeling.core
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ filesets:
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/top_darjeeling.vbw
- lint/top_darjeeling.vbl
file_type: veribleLintWaiver


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/top_earlgrey.core
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ filesets:
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/top_earlgrey.vbw
- lint/top_earlgrey.vbl
file_type: veribleLintWaiver


Expand Down

0 comments on commit a18b3dd

Please sign in to comment.