Skip to content

Commit e8cd7c3

Browse files
authored
chore(general): Adjust the suggested .vscode configs to remove obsolete extension and define the commit scopes (#11)
* chore(general): Adjust the suggested .vscode configs to remove obsolete extension and define the commit scopes * ci(general): Try and force scopes in pull requests to match the defined scopes
1 parent 0de3232 commit e8cd7c3

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

.github/workflows/semantic_pull_request.yml

+10
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ jobs:
1212
build:
1313
name: Validate PR title
1414
uses: input-output-hk/catalyst-ci/.github/workflows/semantic_pull_request.yml@master
15+
with:
16+
scopes: |
17+
rust
18+
rust/c509-certificate
19+
rust/cardano-chain-follower
20+
rust/cbork
21+
rust/hermes-ipfs
22+
dart
23+
docs
24+
general

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"tamasfe.even-better-toml",
1515
"rust-lang.rust-analyzer",
1616
"JScearcy.rust-doc-viewer",
17-
"serayuzgur.crates",
1817
"bierner.markdown-checkbox",
1918
"bierner.markdown-emoji",
2019
"bierner.markdown-footnotes",
@@ -24,5 +23,6 @@
2423
"foxundermoon.shell-format",
2524
"dtsvet.vscode-wasm",
2625
"terrastruct.d2",
26+
"fill-labs.dependi",
2727
]
2828
}

.vscode/settings.recommended.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
},
3131
"window.title": "${dirty}${activeEditorShort}",
3232
"conventionalCommits.scopes": [
33-
"vscode",
34-
"mdlint",
35-
"languages",
36-
"spelling",
37-
"issues",
38-
"gateway",
39-
"docs"
33+
"rust",
34+
"rust/c509-certificate",
35+
"rust/cardano-chain-follower",
36+
"rust/cbork",
37+
"rust/hermes-ipfs",
38+
"dart",
39+
"docs",
40+
"general"
4041
],
4142
"conventionalCommits.gitmoji": false,
4243
"markdown.extension.toc.unorderedList.marker": "*",

0 commit comments

Comments
 (0)