mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
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:
parent
597070400d
commit
6912b21fc7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
waive --rule=module-filename --regex=".*" --location="ibex_register_file_.+"
|
||||
waive --rule=module-filename --location="ibex_register_file_.+"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue