chipsalliance/verible-linter

This action lints Verilog/SystemVerilog code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 23, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: chipsalliance/verible-linter-action@68df99cc51c953dcf727901905ab1d7b76f7338c # v2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
config_fileRelative path to configuration fileno
extra_argsExtra arguments for verible-linterno
pathsOptional array of paths to directories with source code to checkno.
exclude_pathsExclude these paths after finding all target filesno
extensionsRun linting on files ending with following extensionsno""
log_fileName for a log filenoverible-verilog-lint.log
github_tokenGITHUB_TOKEN""
reviewdog_reporter-reporter option to reviewdoggithub-pr-review
suggest_fixesPost results of using --autofix option as change suggestions, works only with github-pre-review reportertrue
fail_on_errorFail the action when rule violations are foundfalse
verible_versionUse selected Verible version (defaults to latest release)latest

no outputs