feat(scanner): add '--packages-depth' parameter. #14488
Annotations
1 error
Run wagoid/commitlint-github-action@v5
You have commit messages with errors
⧗ input: feat(scanner): add '--packages-depth' parameter.
The '--packages-depth' parameter allows not to scan the whole
dependency tree. For example, if you use 'scan --packages-depth 1'
then the scan will be performed on projects and the first level of
packages (i.e. the direct dependencies).
By default, the value is -1, which means no limit, all packages
will be scanned.
Signed-off-by: François Barbe <[email protected]>
✖ subject may not end with full stop [subject-full-stop]
⚠ subject must be pascal-case, sentence-case, start-case, upper-case [subject-case]
✖ found 1 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading