Skip to content

Commit

Permalink
Fix qodana.yaml : excludes .idea from Qodana analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lob2018 committed Oct 31, 2024
1 parent a02ff5e commit d591b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ profile:
# - name: <SomeEnabledInspectionId>

#Disable inspections
#exclude:
# - name: <SomeDisabledInspectionId>
# paths:
# - <path/where/not/run/inspection>
exclude:
- name: All
paths:
- .idea/

projectJDK: 21 #(Applied in CI/CD pipeline)

Expand Down

0 comments on commit d591b92

Please sign in to comment.