From f59708b1e570c3aa9a94e701308bc8f3e55dc764 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 20 May 2016 18:33:39 -0400 Subject: [PATCH] checkpatch: exclude ext/ from checks File and directories under ext/ are not original to Zephyr and have different coding style. Change-Id: Ie09eb324c35eb6e7be2cc3bcbc6ce6676376e346 Signed-off-by: Anas Nashif --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index e57397db649..4c8af2c4f21 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -15,3 +15,4 @@ --ignore PREFER_KERNEL_TYPES --ignore AVOID_EXTERNS --ignore NETWORKING_BLOCK_COMMENT_STYLE +--exclude ext