Skip to content

Commit

Permalink
feat: use all java qodana rules (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Oct 31, 2022
1 parent 51e873a commit 7cb1abe
Show file tree
Hide file tree
Showing 7 changed files with 53,238 additions and 50 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.2.3
with:
args: --fail-threshold, 0
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
Loading

0 comments on commit 7cb1abe

Please sign in to comment.