Remove Verible lint workaround

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 <phw@lowrisc.org>
This commit is contained in:
Philipp Wagner 2020-07-30 00:42:05 +01:00 committed by Philipp Wagner
parent 597070400d
commit 6912b21fc7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
waive --rule=module-filename --regex=".*" --location="ibex_register_file_.+"
waive --rule=module-filename --location="ibex_register_file_.+"