diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml deleted file mode 100644 index 9453a9f37e..0000000000 --- a/.github/workflows/code-quality.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Code Quality Scan - -on: - # Trigger analysis when pushing in master or pull requests, and when creating - # a pull request. - push: - branches: - - master - pull_request: - types: [opened, synchronize, reopened] - -jobs: - sonarcloud: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - # Disabling shallow clone is recommended for improving relevancy of reporting - fetch-depth: 0 - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 2f5eaa3fdf..4d15d11188 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,3 +1,2 @@ sonar.organization=oneuptime -sonar.projectKey=OneUptime_app -sonar.exclusions=*.java \ No newline at end of file +sonar.projectKey=OneUptime_app \ No newline at end of file