From 54ef7ebac66f8897d6489e0702915f7a87550940 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 31 May 2025 20:26:20 +0200 Subject: [PATCH] ci: fix sonar --- .woodpecker/.test.yml | 2 +- sonar-project.properties | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 5802e4e..2974fd7 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -32,7 +32,7 @@ steps: image: sonarsource/sonar-scanner-cli:11 pull: true commands: - - curl -s https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash + - curl -s https://git.nyyu.dev/public/ci-scripts/raw/branch/main/sonar.sh | bash environment: SONAR_TOKEN: from_secret: sonar_token diff --git a/sonar-project.properties b/sonar-project.properties index 016fa5c..791ecf0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,6 @@ sonar.projectKey=dev.nyyu:cggitem_sets sonar.projectName=CGGItemSets sonar.sources=src -community.rust.clippy.reportPaths=clippy-report.json -community.rust.lcov.reportPaths=lcov.info +sonar.rust.clippy.enable=false +sonar.rust.clippy.reportPaths=clippy-report.json +sonar.rust.lcov.reportPaths=lcov.info