wagoid/Commit Linter

Lints Pull Request commit messages with commitlint

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configFileCommitlint config file. If the file doesn't exist, config-conventional settings will be loaded as a fallback.no./commitlint.config.mjs
failOnWarningsWhether you want to fail on warnings or notnofalse
failOnErrorsWhether you want to fail on errors or notyestrue
helpURLLink to a page explaining your commit message conventionnohttps://github.com/conventional-changelog/commitlint/#what-is-commitlint
commitDepthWhen set to a valid Integer value - X, considers only the latest X number of commits.no""
tokenPersonal access token (PAT) used to interact with the GitHub API. By default, the automatic token provided by GitHub is used. You can see more info about GitHub's default token here: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token no${{ github.token }}
namedescription
resultsThe error and warning messages for each one of the analyzed commits