ci(danger/precommit): Update incorrect scope message in commit message Danger check

Updated ' hook version
pull/12000/head
Tomas Sebestik 2023-07-31 12:48:14 +02:00
rodzic 02f5b9a898
commit 2bd570c93b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ module.exports = async function () {
break;
case "scope-case":
issuesSingleCommitMessage.push(
`- *scope/component* should start with a lowercase letter`
`- *scope/component* should be lowercase without whitespace, allowed special characters are \`_\` \`/\` \`.\` \`,\` \`*\` \`-\` \`.\``
);
break;
case "subject-empty":

Wyświetl plik

@ -169,7 +169,7 @@ repos:
- id: check-copyright
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.2.0
rev: v1.2.1
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]