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

Use autofix feature of Verible to suggest changes in PRs #5

Closed wsipak closed 3 years ago

wsipak commented 3 years ago

This PR enables creating automatic change suggestions. Enabled by default, can be disabled by setting suggest_fixes input to value other than true.

Additionall changes are: