Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/
H A D.commitlintrc.js47 const scopes = getScopes(changelog.subsections).sort(); /* Sort alphabetically */ constant
70 "scope-enum": [2, "always", scopes] /* Error */
H A D.versionrc.cjs15 * The types and scopes accepted by both Commitlint and Commitizen are defined by the changelog
54 "scopes": scope.concat(subsection.deprecated || []),
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js76 notes: notes.filter(note => section.scopes?.includes(note.commit.scope)),
95 … !flattenedSections.some(section => section.scopes?.includes(note.commit.scope))),
110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)),
129 !flattenedSections.some(section => section.scopes?.includes(commit.scope))),
/rk3399_ARM-atf/docs/process/
H A Dcommit-style.rst84 The permissible `scopes` are more flexible, and we maintain a list of them in
88 deprecated scopes. Please avoid using deprecated scopes.
90 While we don't enforce scopes strictly, we do ask that commits use these if they
95 locally, as commitlint reports a live list of the acceptable scopes.
122 When creating new scopes, try to keep them short and succinct, and use kebab
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst33 Console scopes and flags
42 scope or multiple scopes. In single scope for example, setting three different
46 event of a crash. Similarly, a console with all three scopes will display any and
49 These multiple scopes can be useful in many ways, for example:
193 Consoles are registered with BOOT and CRASH scopes by default. These scopes can be
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3655 different output scopes (BOOT, RUNTIME, CRASH) so that data can be displayed on
H A Dchange-log.md5955 …- correct scopes for console symbols ([03bd481](https://review.trustedfirmware.org/plugins/gitiles…