Skip to content

lint: Fix verible lint issues #28

lint: Fix verible lint issues

lint: Fix verible lint issues #28

Triggered via push August 3, 2023 17:59
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: push
Simulate SW on Occamy w/ Verilator
1m 9s
Simulate SW on Occamy w/ Verilator
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Simulate SW on Occamy w/ Verilator
Process completed with exit code 2.
[verible-verilog-lint] hw/spm_interface/src/spm_interface.sv#L8: hw/spm_interface/src/spm_interface.sv#L8
Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
[verible-verilog-lint] hw/spm_interface/src/spm_interface.sv#L45: hw/spm_interface/src/spm_interface.sv#L45
Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Simulate SW on Occamy w/ Verilator
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/