mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Specify linter
property in qodana.yml
This commit is contained in:
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…
Reference in New Issue
Block a user