8000 Reduce Qodana verbosity in PRs · assertj/assertj@5f70fec · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f70fec

Browse files
committed
Reduce Qodana verbosity in PRs
1 parent 99f2991 commit 5f70fec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/qodana.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
fetch-depth: 0 # a full history is required for pull request analysis
1818
- name: 'Qodana Scan'
1919
uses: JetBrains/qodana-action@v2023.3
20+
with:
21+
# https://youtrack.jetbrains.com/issue/QD-6342 – no option to disable emojis
22+
post-pr-comment: false
2023
env:
2124
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 commit comments

Comments
 (0)
0