Skip to content

Commit

Permalink
Update qodana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Sep 12, 2023
1 parent 7ead118 commit ccfe666
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ version: "1.0"
linter: jetbrains/qodana-jvm:2023.2
profile:
name: qodana.recommended
exclude:
- name: FieldCanBeLocal
- name: JavadocDeclaration
- name: JavadocReference
- name: MismatchedArrayReadWrite
- name: MismatchedCollectionQueryUpdate
- name: VulnerableLibrariesLocal
- name: DataFlowIssue

0 comments on commit ccfe666

Please sign in to comment.