Skip to content

Commit

Permalink
Re-structure Qodana configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 27, 2023
1 parent 418b7bc commit f16a4b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
args: --property="qodana.net.solution=Refitter.sln" --apply-fixes
push-fixes: pull-request
pr-mode: false
env:
Expand Down
2 changes: 1 addition & 1 deletion src/qodana.yml → qodana.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fixesStrategy: cleanup
fixesStrategy: apply
dotnet:
solution: Refitter.sln

0 comments on commit f16a4b9

Please sign in to comment.