Skip to content

Commit

Permalink
Updated qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealEmissions committed Mar 20, 2024
1 parent 0b84212 commit 90e92a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ version: "1.0"

#Specify inspection profile for code analysis
profile:
name: qodana.starter
name: qodana.recommended

#Enable inspections
#include:
# - name: <SomeEnabledInspectionId>

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

projectJDK: temurin-11 #(Applied in CI/CD pipeline)

Expand Down

0 comments on commit 90e92a5

Please sign in to comment.