Skip to content

Commit

Permalink
🧱 Update Qodana configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Oct 6, 2023
1 parent 62f4e98 commit 9f15856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- uses: docker/login-action@v3
with:
registry: registry.jetbrains.team
username: e433d83e-ec9b-4023-98f0-7f181b32c0da
password: ${{ secrets.SPACE_PASSWORD }}
- run: |
npm ci
npm run test
Expand Down
4 changes: 2 additions & 2 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "1.0"
linter: registry.jetbrains.team/p/sa/containers/qodana-js:latest
linter: jetbrains/qodana-jvm:latest
projectJDK: 11
profile:
name: qodana.recommended
name: qodana.recommended.full
exclude:
- name: All
paths:
Expand Down

0 comments on commit 9f15856

Please sign in to comment.