mirror of
https://github.com/openharmony/third_party_ltp.git
synced 2026-07-01 12:25:45 -04:00
893ac31e33
Signed-off-by: ccdu <duchangcheng1@h-partners.com>
10 lines
551 B
Plaintext
10 lines
551 B
Plaintext
# Configuration for the `b4` tool
|
|
# See https://b4.docs.kernel.org/en/latest/config.html
|
|
[b4]
|
|
send-series-to = Linux Test Project <ltp@lists.linux.it>
|
|
pw-url = https://patchwork.ozlabs.org/
|
|
pw-project = ltp
|
|
prep-perpatch-check-cmd = ./scripts/checkpatch.pl -q --terse --no-summary --mailback --showfile --no-tree --ignore CONST_STRUCT,VOLATILE,SPLIT_STRING,FILE_PATH_CHANGES
|
|
am-perpatch-check-cmd = ./scripts/checkpatch.pl -q --terse --no-summary --mailback --no-tree --ignore CONST_STRUCT,VOLATILE,SPLIT_STRING,FILE_PATH_CHANGES
|
|
|