diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c5a1a541..d13a7b86 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -67,16 +67,6 @@ "depNameTemplate": "androidx.compose.compiler:compiler", "registryUrlTemplate": "https://maven.google.com", }, - { - "fileMatch": [ - "qodana.yaml" - ], - "matchStrings": [ - "jetbrains/qodana-jvm-android:(?.*)" - ], - "datasourceTemplate": "docker", - "depNameTemplate": "jetbrains/qodana-jvm-android", - }, { "fileMatch": [ "gradle/libs.versions.toml" diff --git a/.github/workflows/qodana_scan.yml b/.github/workflows/qodana_scan.yml deleted file mode 100644 index fc963b67..00000000 --- a/.github/workflows/qodana_scan.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Qodana - -on: - workflow_dispatch: - -jobs: - qodana: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - with: - fetch-depth: 0 - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@7afb26c0c2f325c0d5c21ea1f617c79c7f899337 # v2022.3.4 - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} diff --git a/qodana.yaml b/qodana.yaml deleted file mode 100644 index 2f0b534d..00000000 --- a/qodana.yaml +++ /dev/null @@ -1,3 +0,0 @@ -version: "1.0" -# Also update renovate.json when the linter is changed -linter: jetbrains/qodana-jvm-android:2023.1-eap