[WIP] ci: add clang-format checking #8
Annotations
1 error
PR Title Lint
Title "[WIP] ci: add clang-format checking" does not conform to the standard.
Found the following issues:
- Title format is incorrect. It should be: <type>(<scope>): <subject>
- Type must be one of: feat, fix, docs, style, refactor, test, perf, build, ci, chore, revert
Examples of correct title format:
- feat(prom): add router for prom module
- ci: change pr lint pattern
Title Restrictions: The format for a PR (Pull Request) title should follow these rules: <type>(<scope>): <subject>
type and subject are required fields.
scope is optional and can be omitted.
Character Limit: The subject must not exceed 120 characters.
Type Restrictions: the type must be one of the following specified options: feat, fix, docs, style, refactor, test, perf, build, ci, chore, revert
Character Restrictions: the title may only contain ASCII characters; other character sets are not allowed.
Whitespace Rules: the subject must not end with a space; there must be only one space following the `:`
|
Loading