Initial commit
This commit is contained in:
commit
641bc16087
19 changed files with 838 additions and 0 deletions
12
qodana.yml
Normal file
12
qodana.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Qodana configuration:
|
||||
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
|
||||
|
||||
version: "1.0"
|
||||
linter: jetbrains/qodana-jvm-community:2024.3
|
||||
projectJDK: "21"
|
||||
profile:
|
||||
name: qodana.recommended
|
||||
exclude:
|
||||
- name: All
|
||||
paths:
|
||||
- .qodana
|
Loading…
Add table
Add a link
Reference in a new issue