-
Notifications
You must be signed in to change notification settings - Fork 10
/
.commitlintrc.json
43 lines (43 loc) · 999 Bytes
/
.commitlintrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"rules": {
"scope-enum": [
"analytics",
"aws",
"casks",
"core",
"config-server",
"connectors/aws",
"connectors/azure",
"connectors/calcite",
"connectors/core",
"connectors/jdbc",
"connectors/kafka",
"dependencies",
"eureka",
"gitlab-ci",
"helm",
"jwt-auth-server",
"licensing",
"logging",
"pipelines",
"query-service",
"renovate",
"regression-tests",
"schema-server",
"start.vyne.co",
"test-containers",
"ui",
"ui/data-catalog",
"ui/kafka-topic-importer",
"ui/landing-page",
"ui/license-warning",
"ui/lineage-graph",
"ui/query-editor",
"ui/query-history",
"ui/results-tree",
"ui/schema-explorer",
"ui/project-import",
"ui/sequence-diagram"
]
}
}