We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51251c commit 383c1e3Copy full SHA for 383c1e3
.github/workflows/qodana-check-duplicatedcode.yml
@@ -39,8 +39,8 @@ jobs:
39
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
40
with:
41
# --config points to the DuplicatedCode-only Qodana config
42
- args:
43
- --config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml
+ args: >
+ --config ${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml
44
cache-default-branch-only: true
45
# pr-mode off means that the whole repo should be checked for duplicate code, instead of just copy/pastes within the PR
46
pr-mode: false
0 commit comments