Skip to content

Commit

Permalink
Reduce Qodana verbosity in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed May 20, 2024
1 parent 99f2991 commit 5f70fec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
with:
# https://youtrack.jetbrains.com/issue/QD-6342 – no option to disable emojis
post-pr-comment: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 5f70fec

Please sign in to comment.