项目文件夹

文件
wehub-resource-sync 41cb1c0170
CodeQL SAST / analyze (push) Failing after 1s
DCO / dco (push) Failing after 0s
Deploy Pages / deploy (push) Failing after 1s
OpenSSF Scorecard / scorecard (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

16 行
330 B
Plaintext

# cppcheck suppressions file
# Only universally-supported suppression IDs here.
# Version-specific IDs go in Makefile.cbm as --suppress flags.
# Vendored code
*:internal/cbm/vendored/*
*:vendored/*
# Test framework patterns
unusedFunction:tests/*
# Intentional patterns
constVariablePointer
constParameterPointer
constVariable