Skip to content

Commit

Permalink
Qodana: More inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx authored Oct 12, 2024
1 parent 865924e commit b1895c2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,29 @@ include:
- name: DanglingJavadoc
- name: ManualMinMaxCalculation
- name: FinalStaticMethod
- name: TodoComment
- name: RedundantSuppression
- name: IncorrectFormatting
- name: ConfigurationAvoidance
- name: DeprecatedConfigurations
- name: ObjectEqualsCanBeEquality
- name: MapReplaceableByEnumMap
- name: SetReplaceableByEnumSet
- name: AutoBoxing
- name: AutoUnboxing
- name: BulkFileAttributesRead
- name: DynamicRegexReplaceableByCompiledPattern
- name: ExplicitArgumentCanBeLambda
- name: QuestionableName
- name: UpperCaseFieldNameNotConstant
- name: EqualsCalledOnEnumConstant
- name: SimplifiableIfStatement
- name: UnnecessaryThis
- name: UnnecessarySuperQualifier
- name: SimplifiableEqualsExpression
- name: UnnecessaryBlockStatement
- name: UnnecessaryFullyQualifiedName
- name: UnnecessaryQualifierForThis
exclude:
- name: QodanaSanity
- name: JavadocReference
Expand Down

0 comments on commit b1895c2

Please sign in to comment.