mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci(danger/precommit): Update incorrect scope message in commit message Danger check
Updated ' hook version
This commit is contained in:
parent
02f5b9a898
commit
2bd570c93b
@ -82,7 +82,7 @@ module.exports = async function () {
|
|||||||
break;
|
break;
|
||||||
case "scope-case":
|
case "scope-case":
|
||||||
issuesSingleCommitMessage.push(
|
issuesSingleCommitMessage.push(
|
||||||
`- *scope/component* should start with a lowercase letter`
|
`- *scope/component* should be lowercase without whitespace, allowed special characters are \`_\` \`/\` \`.\` \`,\` \`*\` \`-\` \`.\``
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case "subject-empty":
|
case "subject-empty":
|
||||||
|
@ -169,7 +169,7 @@ repos:
|
|||||||
- id: check-copyright
|
- id: check-copyright
|
||||||
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
|
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
|
||||||
- repo: https://github.com/espressif/conventional-precommit-linter
|
- repo: https://github.com/espressif/conventional-precommit-linter
|
||||||
rev: v1.2.0
|
rev: v1.2.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: conventional-precommit-linter
|
- id: conventional-precommit-linter
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
|
Loading…
Reference in New Issue
Block a user