Skip to content

Commit

Permalink
[kotlin-client] use internal nightly linter, don't use caches and pr-…
Browse files Browse the repository at this point in the history
…mode
  • Loading branch information
MekhailS committed Aug 13, 2024
1 parent 3c64d2d commit bc4f3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
use-caches: 'false'
pr-mode: 'false'
5 changes: 2 additions & 3 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc4f3c7

Please sign in to comment.