Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading