kkurenkov/verible-linter
This action lints Verilog/SystemVerilog code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_file | Relative path to configuration file | yes | — |
| extra_args | Extra arguments for verible-linter | no | — |
| paths | Optional array of paths to directories with source code to check | no | . |
| exclude_paths | Exclude these paths after finding all target files | no | — |
| log_file | Name for a log file | no | verible-verilog-lint.log |
| github_token | GITHUB_TOKEN | — | "" |
| reviewdog_reporter | -reporter option to reviewdog | — | github-pr-review |
| suggest_fixes | Post results of using --autofix option as change suggestions, works only with github-pre-review reporter | — | true |
| fail_on_error | Fail the action when rule violations are found | — | false |
Outputs
no outputs