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 fe59b81 commit 0fd2b2cCopy full SHA for 0fd2b2c
.github/workflows/ci-clang-scan.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Scan build
28
run: |
29
cd ${{ github.workspace }}/build
30
- scan-build --exclude simdjson --status-bugs make -j
+ scan-build --exclude src/simdjson --status-bugs make -j
.github/workflows/clang_scan.yml
@@ -38,4 +38,4 @@ jobs:
38
- name: scan-build
39
40
41
- scan-build --status-bugs make -j
0 commit comments