Skip to content

Commit 9687267

Browse files
authored
LIF-Initiative#6: Update Query Planner design doc and API project README (LIF-Initiative#28)
1 parent 2132965 commit 9687267

File tree

4 files changed

+70
-148
lines changed

4 files changed

+70
-148
lines changed

commitlint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
rules: {
33
"scope-empty": [2, "never"],
4-
"scope-case": [2, "always", "upper-case"],
4+
"scope-case": [0],
55
"scope-min-length": [2, "always", 4],
66
"subject-empty": [2, "never"],
77
"subject-min-length": [2, "always", 4],
@@ -10,7 +10,7 @@ export default {
1010
},
1111
parserPreset: {
1212
parserOpts: {
13-
headerPattern: /^((LIF-|LIFCORE-)\d+(?:, (LIF-|LIFCORE-)\d+)*|NOJIRA):\s(.*)$/,
13+
headerPattern: /^((Issue #)\d+(?:, (Issue #)\d+)*):\s(.*)$/,
1414
headerCorrespondence: ["scope", "subject"],
1515
},
1616
},

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"stateu",
126126
"Streamable",
127127
"streamlit",
128+
"subcomponent",
128129
"subkey",
129130
"subval",
130131
"subvalue",

0 commit comments

Comments
 (0)