commit | 6dc0f1f3296c76357bbda2d5232eab5486b6ccf7 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed May 04 08:29:23 2022 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Wed May 04 08:29:23 2022 +0200 |
tree | c1a352391919d3e5dd81be4e85bde766300ced3a | |
parent | 3e0a087f30f5786f01cfc2450185cf9f6d17d686 [diff] | |
parent | 9a13b07f6ae94dd62b4b2224eb3cd3ea2830844b [diff] |
Merge "build(commitlint): make the scope optional" into integration
diff --git a/.commitlintrc.js b/.commitlintrc.js index ed971a3..cfafbed 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js
@@ -68,7 +68,6 @@ "type-enum": [2, "always", types], /* Error */ "scope-case": [2, "always", "lower-case"], /* Error */ - "scope-empty": [2, "never"], /* Error */ "scope-enum": [1, "always", scopes] /* Warning */ }, };