Skip to content

Commit

Permalink
Revert back to using configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Jan 15, 2024
1 parent 6532a3f commit 454f9e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
pr-mode: false
args: |
--project-dir,src,
--solution,Objectivity.AutoFixture.XUnit2.AutoMock.sln,
--configuration,Release,
--linter,jetbrains/qodana-cdnet:2023.3-eap,
--save-report=false
results-dir: ${{ runner.temp }}/qodana/results
cache-dir: ${{ runner.temp }}/qodana/caches
Expand Down
7 changes: 7 additions & 0 deletions src/qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "1.0"
profile:
name: qodana.recommended
linter: jetbrains/qodana-cdnet:2023.3-eap
dotnet:
solution: Objectivity.AutoFixture.XUnit2.AutoMock.sln
configuration: Release

0 comments on commit 454f9e4

Please sign in to comment.