Skip to content

Commit

Permalink
disable MissortedModifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Aug 16, 2023
1 parent a3f2a58 commit 0c1b514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ include:
- name: DoubleBraceInitialization
- name: EqualsAndHashcode
- name: JavaLangImport
- name: MissortedModifiers
# Disabled for annotations applied to type
#- name: MissortedModifiers
- name: NestedAssignment
- name: NonShortCircuitBoolean
- name: RedundantFieldInitialization
Expand Down

0 comments on commit 0c1b514

Please sign in to comment.