From dd6f9ca9de1bf20844835fa549cedb06a08369a7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 11 Nov 2016 16:30:24 -0500 Subject: [PATCH] checkpatch: ignore CONST_STRUCT warnings Ignore for now and until we make this feature of checkpatch work with zephyr in a more optimal way. Change-Id: I9d08980994416a291f3143e3a22f8a2036ff2f8a Signed-off-by: Anas Nashif --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index f9efc3da78c..3dee8dcde4c 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -16,6 +16,7 @@ --ignore NETWORKING_BLOCK_COMMENT_STYLE --ignore DATE_TIME --ignore MINMAX +--ignore CONST_STRUCT --ignore FILE_PATH_CHANGES --exclude ext --exclude net/ip/contiki