chore: remove Qodana configurations

This commit is contained in:
Harsh Shandilya 2023-04-18 14:06:49 +05:30
parent e8037e8d60
commit b331a85a2a
No known key found for this signature in database
3 changed files with 0 additions and 29 deletions

View file

@ -67,16 +67,6 @@
"depNameTemplate": "androidx.compose.compiler:compiler",
"registryUrlTemplate": "https://maven.google.com",
},
{
"fileMatch": [
"qodana.yaml"
],
"matchStrings": [
"jetbrains/qodana-jvm-android:(?<currentValue>.*)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "jetbrains/qodana-jvm-android",
},
{
"fileMatch": [
"gradle/libs.versions.toml"

View file

@ -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 }}

View file

@ -1,3 +0,0 @@
version: "1.0"
# Also update renovate.json when the linter is changed
linter: jetbrains/qodana-jvm-android:2023.1-eap