File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -444,11 +444,11 @@ build_template_app:
444
444
code_quality_check :
445
445
extends : .sonar_scan_template
446
446
dependencies :
447
- - clang_tidy_check_regular_for_MR_review
447
+ - clang_tidy_check_regular
448
448
only :
449
- - merge_requests
449
+ - triggers
450
450
script :
451
- - sonar-scanner -X
451
+ - sonar-scanner
452
452
-Dsonar.analysis.mode=preview
453
453
-Dsonar.host.url=$SONAR_HOST_URL
454
454
-Dsonar.login=$SONAR_LOGIN
Original file line number Diff line number Diff line change @@ -197,11 +197,6 @@ clang_tidy_check:
197
197
clang_tidy_check_regular :
198
198
extends : .clang_tidy_check_template
199
199
200
- clang_tidy_check_regular_for_MR_review :
201
- extends : .clang_tidy_check_template
202
- only :
203
- - merge_requests
204
-
205
200
clang_tidy_check_all :
206
201
extends : .clang_tidy_check_template
207
202
variables :
You can’t perform that action at this time.
0 commit comments