Skip to content

Commit

Permalink
Exclude more external dependencies. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc authored Nov 9, 2023
1 parent b174400 commit 3cd32f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/clang-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ generate_clang_report() {
make deps

# Generate report
if "${SCAN_BUILD:-scan-build}" \
if scan-build \
--status-bugs \
--html-title="Neovim Static Analysis" \
--exclude "src/cjson/" \
--exclude "src/xdiff/" \
--exclude "src/klib/" \
--exclude "src/mpack/" \
-o build/clang-report \
make \
| tee ${BUILD_DIR}/scan-build.out
Expand Down

0 comments on commit 3cd32f4

Please sign in to comment.