Specify `linter` property in `qodana.yml`

pull/370/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 30c61e42df
commit 213dccd947

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

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

Loading…
Cancel
Save