diff --git a/qodana.yaml b/qodana.yaml index 2a42d2ff..d475155c 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,5 +2,12 @@ version: "1.0" linter: jetbrains/qodana-dotnet:2024.1 profile: name: qodana.recommended +environment: + QODANA_DOTNET_SOLUTION: "Consolonia.sln" include: - - name: CheckDependencyLicenses \ No newline at end of file + - name: CheckDependencyLicenses +exclude: + - name: All + paths: + - Consolonia.GuiCS + - Example