mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2026-02-14 01:27:19 +01:00
(feature): sonarqube integration
This commit is contained in:
parent
10dbf786b5
commit
c971ee94b2
4
.gitignore
vendored
4
.gitignore
vendored
@ -262,4 +262,6 @@ paket-files/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# SonarQube
|
||||||
|
.scannerwork/
|
||||||
|
.sonarlint/
|
||||||
6
src/MaksIT.WebUI/.vscode/settings.json
vendored
6
src/MaksIT.WebUI/.vscode/settings.json
vendored
@ -8,5 +8,9 @@
|
|||||||
"javascriptreact",
|
"javascriptreact",
|
||||||
"typescript",
|
"typescript",
|
||||||
"typescriptreact"
|
"typescriptreact"
|
||||||
]
|
],
|
||||||
|
"sonarlint.connectedMode.project": {
|
||||||
|
"connectionId": "sonar.maks-it.com",
|
||||||
|
"projectKey": "MaksIT.CertsUI"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user