mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-20 18:44:25 +00:00
feat: pre-commit improvements
This commit is contained in:
4
.markdownlint.json
Normal file
4
.markdownlint.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"MD013": false,
|
||||
"MD033": false
|
||||
}
|
||||
@@ -46,3 +46,4 @@ repos:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
- -r "~MD033" # ignore no-inline-html rule
|
||||
|
||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"editor.formatOnPaste": true,
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": [ ".pre-commit-config.yaml" ],
|
||||
"url": "https://json.schemastore.org/pre-commit-config.json"
|
||||
}
|
||||
],
|
||||
|
||||
"cSpell.words": [
|
||||
"adduser",
|
||||
@@ -132,6 +138,7 @@
|
||||
"winget",
|
||||
"wlan",
|
||||
"xattr",
|
||||
"xkcd",
|
||||
"zstd"
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user