Skip to content

Commit 03c46f6

Browse files
committed
codechecker: skip file
Signed-off-by: Anas Nashif <[email protected]>
1 parent 893ed7e commit 03c46f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/codechecker/skipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- lib/libc/picolibc/*

.github/workflows/codechecker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
export CODECHECKER_CONFIG_FILE=$ZEPHYR_BASE/.codechecker.yml
9494
export CODECHECKER_CLEANUP=y
9595
export CODECHECKER_EXPORT=sarif
96+
export CODECHECKER_SKIP_FILE=$ZEPHYR_BASE/.github/codechker/skipfile
97+
9698
pip install codechecker==v6.25.1 cppcheck sarif-tools jq
9799
sudo apt-get update
98100
sudo apt-get install -y jq

0 commit comments

Comments
 (0)