diff --git a/src/qodana.yaml b/src/qodana.yaml index 541fb41..df1822b 100644 --- a/src/qodana.yaml +++ b/src/qodana.yaml @@ -7,14 +7,19 @@ # WARNING: Do not store sensitive information in this file, # # as its contents will be included in the Qodana report. # ################################################################################# -version: "1.0" +version: "1.0.1" + +linter: jetbrains/qodana-cdnet:latest #Specify IDE code to run analysis without container (Applied in CI/CD pipeline) ide: QDNET #Specify inspection profile for code analysis profile: - name: qodana.starter + name: qodana.recommended + +projectType: dotnet +solution: DecoBox.sln #Enable inspections #include: