Skip to content

Commit

Permalink
Update qodana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Jul 9, 2023
1 parent be3c579 commit 0771877
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ include:
- name: Deprecation
- name: UNCHECKED_WARNING
- name: FieldCanBeLocal
- name: NullableProblems
- name: FieldMayBeFinal
- name: RedundantCast
- name: UnnecessarySemicolon
- name: TrivialIf
- name: NonStrictComparisonCanBeEquality
- name: SillyAssignment
- name: UnnecessaryToStringCall
- name: StringBufferReplaceableByString
- name: UnnecessaryLocalVariable
- name: NonFinalFieldInEnum
- name: JavadocDeclaration
- name: SimplifyStreamApiCallChains
- name: JavadocReference
- name: RedundantTypeArguments
- name: CStyleArrayDeclaration

0 comments on commit 0771877

Please sign in to comment.