strolch/qodana.yaml

12 lines
328 B
YAML
Raw Normal View History

2023-02-13 07:39:36 +01:00
version: "1.0"
linter: jetbrains/qodana-jvm-community:2022.3
2023-02-13 08:06:29 +01:00
include:
- name: SystemOutErr
- name: InstanceofCatchParameter
- name: ReplaceWithOperatorAssignment
- name: EnhancedSwitchMigration
- name: PatternVariableCanBeUsed
- name: Java9CollectionFactory
2023-02-13 08:32:16 +01:00
- name: UnnecessarySemicolon
2023-02-13 08:43:58 +01:00
- name: CommentedOutCode