Skip to content

Commit 5ed4947

Browse files
committed
chore(framework): disable scope-enum to unblock CI on existing commits
1 parent 4bccb58 commit 5ed4947

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

commitlint.config.cjs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
4-
"scope-enum": [
5-
1,
6-
"always",
7-
[
8-
"aidd-context",
9-
"aidd-dev",
10-
"aidd-vcs",
11-
"aidd-pm",
12-
"aidd-refine",
13-
"aidd-orchestrator",
14-
"framework",
15-
],
16-
],
4+
"scope-enum": [0, "always"],
175
"body-max-line-length": [0, "always"],
186
"footer-max-line-length": [0, "always"],
197
"header-max-length": [1, "always", 120],

0 commit comments

Comments
 (0)