Skip to content

Commit

Permalink
[BUGFIX] Fix code insights with qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space committed Jun 4, 2024
1 parent c48e4cf commit e1ab971
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions qodana.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
version: "1.0"
# Qodana configuration:
# https://www.jetbrains.com/help/qodana/qodana-yaml.html

version: 1.0
linter: jetbrains/qodana-jvm-community:latest
projectJDK: "17"
profile:
name: qodana.starter
name: qodana.recommended
exclude:
- name: All
paths:
- .qodana

0 comments on commit e1ab971

Please sign in to comment.