diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml deleted file mode 100644 index e47a619e..00000000 --- a/.github/workflows/sonar.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: SonarQube - -on: - workflow_dispatch: - -jobs: - sonarqube: - name: SonarQube - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Setup Flutter - uses: subosito/flutter-action@v2 - with: - channel: "stable" - cache: true - - - name: Install dependencies - run: flutter pub get - - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v6 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.jscpd.json b/.jscpd.json deleted file mode 100644 index b75490d2..00000000 --- a/.jscpd.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "threshold": 5, - "reporters": ["html", "console"], - "ignore": [ - "**/*.g.dart", - "**/*.freezed.dart", - "**/*.mocks.dart", - "**/generated/**", - "**/*.config.dart" - ], - "absolute": true, - "gitignore": true, - "format": ["dart"], - "minLines": 5, - "minTokens": 50, - "output": "./duplication-report", - "mode": "strict", - "formatsExts": { - "dart": ["dart"] - } -} diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index fb6c4863..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,4 +0,0 @@ -sonar.projectKey=edde746_plezy -sonar.organization=edde746 -sonar.sources=lib -sonar.exclusions=**/*.g.dart