Specify linter property in qodana.yml

This commit is contained in:
Jakub Chrzanowski 2023-06-02 16:35:32 +02:00 committed by Jakub Chrzanowski
parent 30c61e42df
commit 213dccd947
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
### Added
- GitHub Actions - enable caching
- Specify `projectJDK: 17` in `qodana.yml`
- Specify `linter` property in `qodana.yml`
### Changed
- Use Java `17` for JVM Toolchain

View File

@ -2,6 +2,7 @@
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
version: 1.0
linter: jetbrains/qodana-jvm-community:latest
projectJDK: 17
profile:
name: qodana.recommended