forked from INRIA/spoon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
qodana.yaml
31 lines (31 loc) · 893 Bytes
/
qodana.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
profile:
name: qodana.recommended
version: "1.0"
include:
- name: Anonymous2MethodRef
- name: AssignmentToCatchBlockParameter
- name: AssignmentToLambdaParameter
- name: AssignmentToMethodParameter
# disabled as it does not support nullability annotations
#- name: AssignmentToNull
- name: Convert2Lambda
- name: DoubleBraceInitialization
- name: EqualsAndHashcode
- name: JavaLangImport
# Disabled for annotations applied to type
#- name: MissortedModifiers
- name: NestedAssignment
- name: NonShortCircuitBoolean
- name: RedundantFieldInitialization
- name: RedundantSuppression
- name: Reformat
- name: ReturnNull
- name: SamePackageImport
- name: StringEquality
- name: UnnecessaryBoxing
- name: UnnecessaryLocalVariable
- name: UnnecessaryUnboxing
- name: UNUSED_IMPORT
- name: PointlessBooleanExpression
exclude:
- name: UseOfClone