Skip to content

Commit

Permalink
+ solution provided
Browse files Browse the repository at this point in the history
  • Loading branch information
jinek committed Dec 8, 2024
1 parent 0c514f8 commit 3a9341f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "1.0"
linter: jetbrains/qodana-dotnet:2024.1
profile:
name: qodana.recommended
environment:
QODANA_DOTNET_SOLUTION: "Consolonia.sln"
dotnet:
solution: ./src/Consolonia.sln
include:
- name: CheckDependencyLicenses
exclude:
Expand Down
1 change: 1 addition & 0 deletions src/Consolonia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
ProjectSection(SolutionItems) = preProject
..\.github\workflows\editorconfig.yml = ..\.github\workflows\editorconfig.yml
..\.github\workflows\general_build.yml = ..\.github\workflows\general_build.yml
..\qodana.yaml = ..\qodana.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F756B909-46C5-43FF-8322-86EC36B51841}"
Expand Down

0 comments on commit 3a9341f

Please sign in to comment.