Skip to content

Commit

Permalink
🧱 Update Qodana configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Apr 23, 2024
1 parent f0a644c commit ccc2f78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 156 deletions.
7 changes: 7 additions & 0 deletions qodana.yaml → .github/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ licenseRules:
allowed:
- "0BSD"
- "FPL"
- "BlueOak-1.0.0"
dependencyOverrides:
- name: "buffers"
version: "0.1.1"
licenses:
- key: "MIT"
url: "https://github.com/mk-pmb/binary-pmb-node/blob/master/LICENSE.MIT.txt"
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
rm -rf scan/coverage
- uses: ./
with:
args: --print-problems,--log-level,debug
args: --print-problems,--log-level,debug,--config,.github/qodana.yaml
pr-mode: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
Loading

0 comments on commit ccc2f78

Please sign in to comment.