Skip to content

Commit

Permalink
Update Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed May 8, 2024
1 parent 1963969 commit da0edf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
uses: JetBrains/qodana-action@main
with:
args: --ide,QDNET
pr-mode: ${{ github.event_name == 'pull_request_target' }}
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
6 changes: 5 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ exclude:
paths:
- source/Benchmarks
- source/RevitLookup.UI
- source/RevitLookup.UI.Demo
- source/RevitLookup.UI.Demo
- name: HeapView.ObjectAllocation
- name: HeapView.ObjectAllocation.Evident
- name: HeapView.DelegateAllocation
- name: HeapView.ObjectAllocation.Possible

0 comments on commit da0edf2

Please sign in to comment.