chipsalliance / verible-linter-action

Automatic SystemVerilog linting in github actions with the help of Verible
Apache License 2.0
24 stars 11 forks source link

Fix messages with colons #16

Closed tgorochowik closed 2 years ago

tgorochowik commented 2 years ago

This should fix #15

The whole message was split on : and then joined with an empty string, which effectively removed all the colons.

wsipak commented 2 years ago

Hey, LGTM, I think this solves the problem.