Browse Source

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 <anas.nashif@intel.com>
pull/254/head
Anas Nashif 9 years ago committed by Anas Nashif
parent
commit
dd6f9ca9de
  1. 1
      .checkpatch.conf

1
.checkpatch.conf

@ -16,6 +16,7 @@ @@ -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

Loading…
Cancel
Save