gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

can't find codeclimat.json #156

Closed iluwaa closed 6 years ago

iluwaa commented 6 years ago

runnig scanner localy with "/d:sonar.gitlab.json_mode=CODECLIMAT". But codeclimat.json wasn't created, how to fix it?

gabrie-allaigre commented 6 years ago

Hi, what is full command line ?

iluwaa commented 6 years ago

- dotnet sonarscanner begin /k:Uklon.Notification1 /d:sonar.analysis.mode=preview /d:sonar.gitlab.project_id=%CI_PROJECT_PATH% /d:sonar.key=912e8103f0f563f6089200c807c22b3113777ae9 /d:sonar.gitlab.commit_sha=%CI_COMMIT_SHA% /d:sonar.gitlab.ref_name=%CI_COMMIT_REF_NAME% /d:sonar.gitlab.json_mode=CODECLIMATE /d:sonar.gitlab.failure_notification_mode=commit-status

gabrie-allaigre commented 6 years ago

Version plugin ? and log please Thanks

iluwaa commented 6 years ago

2.1.0 sonar-runner.log analysis.log

Thanks

iluwaa commented 6 years ago

solved(updated plugin). Thanks.