setup linters in vscode
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/test-image unknown status

This commit is contained in:
OCram85 2024-05-16 11:34:52 +02:00
parent 35d833c055
commit 6f7bc9c578
4 changed files with 13 additions and 17 deletions

View File

@ -1 +1,3 @@
gitea
Gitea
tbd tbd

View File

@ -5,6 +5,7 @@
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-german", "streetsidesoftware.code-spell-checker-german",
"bierner.emojisense", "bierner.emojisense",
"ryanluker.vscode-coverage-gutters" "ryanluker.vscode-coverage-gutters",
"davidanson.vscode-markdownlint"
] ]
} }

19
.vscode/settings.json vendored
View File

@ -9,20 +9,6 @@
"editor.rulers": [ "editor.rulers": [
116 116
], ],
// powershell general
"powershell.startAutomatically": true,
"powershell.enableProfileLoading": true,
"powershell.scriptAnalysis.enable": true,
// powershell code Formatting
"powershell.codeFormatting.openBraceOnSameLine": true,
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": true,
"powershell.codeFormatting.alignPropertyValuePairs": true,
// cSpell settings for custom dictionary // cSpell settings for custom dictionary
"cSpell.enabled": true, "cSpell.enabled": true,
"cSpell.caseSensitive": false, "cSpell.caseSensitive": false,
@ -67,5 +53,10 @@
"addWords": true "addWords": true
}, },
"custom": true "custom": true
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
} }
} }

View File

@ -1,6 +1,8 @@
<!-- markdownlint-disable MD033 MD041-->
<p align="right"> <p align="right">
<img src="http://forthebadge.com/images/badges/built-with-love.svg"> <img src="http://forthebadge.com/images/badges/built-with-love.svg" alt="built-with-love">
<img src="http://forthebadge.com/images/badges/for-you.svg"> <img src="http://forthebadge.com/images/badges/for-you.svg" alt="for-you">
</p> </p>
<p align="center"> <p align="center">