Skip to content

Commit

Permalink
Remove Verible lint workaround
Browse files Browse the repository at this point in the history
Verible lint now supports waivers without regex and line arguments. Use
this new feature and remove the workaround we had in place.

Signed-off-by: Philipp Wagner <[email protected]>
  • Loading branch information
imphil committed Jul 30, 2020
1 parent 5970704 commit 6912b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
VERILATOR_VERSION: 4.032
RISCV_TOOLCHAIN_TAR_VERSION: 20200323-1
RISCV_COMPLIANCE_GIT_VERSION: 844c6660ef3f0d9b96957991109dfd80cc4938e2
VERIBLE_VERSION: v0.0-459-g4d6929e
VERIBLE_VERSION: v0.0-493-g617b404

trigger:
batch: true
Expand Down
2 changes: 1 addition & 1 deletion lint/verible_waiver.vbw
Original file line number Diff line number Diff line change
@@ -1 +1 @@
waive --rule=module-filename --regex=".*" --location="ibex_register_file_.+"
waive --rule=module-filename --location="ibex_register_file_.+"

0 comments on commit 6912b21

Please sign in to comment.