diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 99d9437a..6c7acdda 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -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: diff --git a/qodana.yml b/qodana.yml index 26732586..1a73b8e6 100644 --- a/qodana.yml +++ b/qodana.yml @@ -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 \ No newline at end of file