summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-05-20 18:33:39 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-05-23 16:05:42 +0000
commitf59708b1e570c3aa9a94e701308bc8f3e55dc764 (patch)
tree6afb5d32fe7c62913db037ff76818743b67a184f
parent92a12a19ae5ac5fdf441c690c48eed0052df326d (diff)
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 <anas.nashif@intel.com>
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index e57397db6..4c8af2c4f 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