Specify `linter` property in `qodana.yml`

pull/370/head
Jakub Chrzanowski 12 months ago committed by Jakub Chrzanowski
parent 30c61e42df
commit 213dccd947

@ -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

@ -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

Loading…
Cancel
Save