diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 9198389..ebfc501 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -23,3 +23,6 @@ jobs: uses: JetBrains/qodana-action@v2024.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + with: + use-caches: 'false' + pr-mode: 'false' diff --git a/qodana.yaml b/qodana.yaml index b1ed3ae..a18a6af 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,17 +3,16 @@ # https://www.jetbrains.com/help/qodana/qodana-yaml.html # #-------------------------------------------------------------------------------# version: "1.0" -linter: jetbrains/qodana-jvm:2024.2-eap + +linter: registry.jetbrains.team/p/sa/containers/qodana-jvm:2024.2-nightly projectJDK: 17 enablePackageSearch: true -disableSanityInspections: true profile: name: qodana.recommended exclude: - name: UnusedSymbol - name: MemberVisibilityCanBePrivate include: - - name: RunBlocking - name: UnusedSymbol paths: - kotlin/src/main/kotlin/org/jetbrains/qodana/cloudclient/examples