Skip to content

Commit 3cd32f4

Browse files
authored
Exclude more external dependencies. (#47)
1 parent b174400 commit 3cd32f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/clang-report.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ generate_clang_report() {
1616
make deps
1717

1818
# Generate report
19-
if "${SCAN_BUILD:-scan-build}" \
19+
if scan-build \
2020
--status-bugs \
2121
--html-title="Neovim Static Analysis" \
2222
--exclude "src/cjson/" \
2323
--exclude "src/xdiff/" \
24+
--exclude "src/klib/" \
25+
--exclude "src/mpack/" \
2426
-o build/clang-report \
2527
make \
2628
| tee ${BUILD_DIR}/scan-build.out

0 commit comments

Comments
 (0)