Skip to content

Commit f687fc3

Browse files
committed
feat(build): add the new qodana eap
1 parent ea3c90b commit f687fc3

5 files changed

Lines changed: 21122 additions & 196 deletions

File tree

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
uses: JetBrains/qodana-action@201551778d1453e36c5c0aa26f89a94775cb1acc # v2025.1
5555
with:
5656
push-fixes: true
57-
# args: --baseline,.qodana/qodana.sarif.json
57+
args: --baseline,.qodana/qodana.sarif.json
5858
env:
5959
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ build/
4343
devbox.json
4444
devbox.lock
4545
.devbox
46+
47+
Gemfile.lock

0 commit comments

Comments
 (0)