blob: f7b9b32519727cd6cec7205c677d05bb1981ea84 [file] [log] [blame]
Martin Roth2b119b32016-07-27 11:56:32 -06001# Not Linux, so don't expect a Linux tree.
2--no-tree
3
4# Require every Kconfig symbol to have at least two lines in their description.
5--min-conf-desc-length=2
6
7# Ignore aspects we don't follow here.
8--ignore C99_COMMENTS
9--ignore GLOBAL_INITIALISERS
10--ignore INITIALISED_STATIC
11--ignore LINE_SPACING
12--ignore NEW_TYPEDEFS
13--ignore PREFER_ALIGNED
14--ignore PREFER_PACKED
15--ignore PREFER_PRINTF
16--ignore SPLIT_STRING
Julius Werner6e05c332016-08-03 20:07:35 -070017--ignore BLOCK_COMMENT_STYLE