chipsalliance / verible-linter-action

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

Fix missing output from action.py #10

Closed wsipak closed 3 years ago

wsipak commented 3 years ago

The newer version of Verible:

  1. Prints rule violations to stderr, not stdout (This caused problems in Ibex repository).
  2. Uses different values for autofix argument (I thought I had added this change already, and I'm adding it now).

A test PR was recreated here: https://github.com/antmicro/gha-playground/pull/93