Skip to content

Commit

Permalink
[build] add qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed May 8, 2024
1 parent 7bcb41c commit 01e77a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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.recommended
exclude:
- name: All
paths:
- .qodana

0 comments on commit 01e77a9

Please sign in to comment.