mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
GitLab CI 설정 파일을 업데이트하고 SonarQube 체크 단계를 추가했습니다. VSCode 설정 파일에 YAML 스키마를 추가했습니다.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
stages:
|
||||
- sonarqube-check
|
||||
|
||||
include:
|
||||
- local: .gitlab/ci/*.gitlab-ci.yml
|
||||
@@ -1,5 +1,4 @@
|
||||
.sonarqube-check:
|
||||
stage: sonarqube-check
|
||||
sonarqube-check:
|
||||
image:
|
||||
name: sonarsource/sonar-scanner-cli:5.0
|
||||
entrypoint: [""]
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -6,5 +6,8 @@
|
||||
"sonarlint.connectedMode.project": {
|
||||
"connectionId": "https-sonar-pieroot-xyz",
|
||||
"projectKey": "pieroot_pso_6a2f36a9-2688-4900-a4a5-5be85f36f75a"
|
||||
},
|
||||
"yaml.schemas": {
|
||||
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": "file:///home/pieroot/jupyter/PSO/.gitlab/ci/sonarqube-check.gitlab-ci.yml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user