add linting, sonarqube, renovate

This commit is contained in:
2024-08-18 20:14:17 +02:00
parent 9622d09581
commit 3cfe177994
5 changed files with 84 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "https-sonarqube-schulze-network",
"projectKey": "trackevery.day"
}
}