Skip to content

Commit

Permalink
Revert to qodana.yaml config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Jan 11, 2024
1 parent 23e7f1a commit ce3abd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
with:
pr-mode: false
args: |
--linter,jetbrains/qodana-cdnet:2023.2,
--solution,src/Objectivity.AutoFixture.XUnit2.AutoMock.sln,
--configuration,Release,
--save-report=false
results-dir: ${{ runner.temp }}/qodana/results/qodana.sarif.json
env:
Expand Down
2 changes: 1 addition & 1 deletion qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ profile:
name: qodana.recommended
linter: jetbrains/qodana-cdnet:2023.3-eap
dotnet:
solution: Objectivity.AutoFixture.XUnit2.AutoMock.sln
solution: src/Objectivity.AutoFixture.XUnit2.AutoMock.sln
configuration: Release

0 comments on commit ce3abd5

Please sign in to comment.