Skip to content

Commit

Permalink
Disable all includes and excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Jan 22, 2024
1 parent a987718 commit 1e8b6de
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ profile:
name: qodana.recommended

#Enable inspections
include:
- name: All
paths:
- buffer/
- cache/
- engine/
- game/
- network/
- types/
- yaml/
- name: CheckDependencyLicenses
#include:
# - name: All
# paths:
# - buffer/
# - cache/
# - engine/
# - game/
# - network/
# - types/
# - yaml/
# - name: CheckDependencyLicenses

#Disable inspections
exclude:
- name: All
paths:
- tools/
#exclude:
# - name: All
# paths:
# - tools/

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

Expand Down

0 comments on commit 1e8b6de

Please sign in to comment.