Skip to content

Commit 4e76c39

Browse files
committed
- --disable=bugprone-suspicious-include
Signed-off-by: Anas Nashif <[email protected]>
1 parent e325342 commit 4e76c39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.codechecker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ analyzer:
1717
- --disable=clang-diagnostic-reserved-identifier
1818
- --disable=clang-diagnostic-reserved-macro-identifier
1919

20+
# userspace includes c files
21+
- --disable=bugprone-suspicious-include
22+
2023
# Cleanup
2124
- --clean

.github/workflows/codechecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads
102102
103-
sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
103+
#sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
104104
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "codechecker.sarif") > results.sarif
105105
106106
- name: Upload SARIF as artifact

0 commit comments

Comments
 (0)