ci: Fix some Verible warnings #11
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (2)
hw/ip/reqrsp_interface/src/reqrsp_intf.sv|21 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
hw/ip/reqrsp_interface/src/reqrsp_intf.sv|67 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Filtered Findings (0)
Annotations
Check warning on line 21 in hw/ip/reqrsp_interface/src/reqrsp_intf.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/reqrsp_interface/src/reqrsp_intf.sv#L21
Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/reqrsp_interface/src/reqrsp_intf.sv" range:{start:{line:21 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 67 in hw/ip/reqrsp_interface/src/reqrsp_intf.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/reqrsp_interface/src/reqrsp_intf.sv#L67
Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/reqrsp_interface/src/reqrsp_intf.sv" range:{start:{line:67 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}