Skip to content

Commit

Permalink
chore(general): Adjust the suggested .vscode configs to remove obsole…
Browse files Browse the repository at this point in the history
…te 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
  • Loading branch information
stevenj authored Aug 30, 2024
1 parent 0de3232 commit e8cd7c3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/semantic_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jobs:
build:
name: Validate PR title
uses: input-output-hk/catalyst-ci/.github/workflows/semantic_pull_request.yml@master
with:
scopes: |
rust
rust/c509-certificate
rust/cardano-chain-follower
rust/cbork
rust/hermes-ipfs
dart
docs
general
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer",
"JScearcy.rust-doc-viewer",
"serayuzgur.crates",
"bierner.markdown-checkbox",
"bierner.markdown-emoji",
"bierner.markdown-footnotes",
Expand All @@ -24,5 +23,6 @@
"foxundermoon.shell-format",
"dtsvet.vscode-wasm",
"terrastruct.d2",
"fill-labs.dependi",
]
}
15 changes: 8 additions & 7 deletions .vscode/settings.recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
},
"window.title": "${dirty}${activeEditorShort}",
"conventionalCommits.scopes": [
"vscode",
"mdlint",
"languages",
"spelling",
"issues",
"gateway",
"docs"
"rust",
"rust/c509-certificate",
"rust/cardano-chain-follower",
"rust/cbork",
"rust/hermes-ipfs",
"dart",
"docs",
"general"
],
"conventionalCommits.gitmoji": false,
"markdown.extension.toc.unorderedList.marker": "*",
Expand Down

0 comments on commit e8cd7c3

Please sign in to comment.