actions-marketplace-validations/VCS Diff Lint

Differential code linting action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
subdirectorySub-directory to step in before the linting is performed. The sub-directory must contain the `.vcs-diff-lint.yml` file, or RPM spec file. no
subdirectoriesEquivalent to `subdirectory` option, but multiplied. Space separated list of sub-directories to analyze. The linter is executed multiple times, for each sub-diretory separately. no
linter_tagsSpace-separated list of linter tags (selectors) for the `vcs-diff-lint` utility (see the `--linter-tags` option). By default all linters are selected. Avaliable linter tags are `mypy`, `pylint`, `ruff`, and `python`. nopylint
install_rpm_packagesSpace-separated list of RPM packages that are automatically installed into the testing environment (= Docker container). no
debugTurn on debugging info.nofalse
debug_all_dataThe whole GitHub Context expandedno${{ toJSON(github) }}
pull_request_number_idThe pull request ID (internal)no${{ github.event.pull_request.number }}
pull_request_headThe pull request SHA1 without the merge commit (internal)no${{ github.event.pull_request.head.sha }}
pull_request_commitsNumber of commits in this PRno${{ github.event.pull_request.commits }}
namedescription
sarifThe SARIF file containing defects