Skip to content

Commit

Permalink
.b4-config: Add checkpatch.pl default commands
Browse files Browse the repository at this point in the history
Blend b4 default checkpatch.pl flags with the ones defined in
include/mk/env_post.mk in .b4-config so that a contributor may use `b4 prep
--check` and `b4 am --check` in his workflow.

Signed-off-by: Ricardo B. Marliere <[email protected]>
Reviewed-by: Andrea Cervesato <[email protected]>
  • Loading branch information
rbmarliere authored and acerv committed Jan 15, 2025
1 parent 6fe8aa1 commit 0e5727a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .b4-config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
send-series-to = Linux Test Project <[email protected]>
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

0 comments on commit 0e5727a

Please sign in to comment.