[Minor] Updated qodana.yaml

This commit is contained in:
Robert von Burg 2023-02-13 08:06:29 +01:00
parent efd58a4d01
commit d0faafa247
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
version: "1.0"
linter: jetbrains/qodana-jvm-community:2022.3
include:
- name: SystemOutErr
- name: InstanceofCatchParameter
- name: ReplaceWithOperatorAssignment
- name: EnhancedSwitchMigration
- name: PatternVariableCanBeUsed
- name: Java9CollectionFactory