From ce3abd58f67c666c624903ccb4f083a76c9cc120 Mon Sep 17 00:00:00 2001 From: Piotr Zajac Date: Thu, 11 Jan 2024 16:49:15 +0100 Subject: [PATCH] Revert to qodana.yaml config usage --- .github/workflows/qodana.yml | 3 --- qodana.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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