2016-07-27 19:56:32 +02:00
|
|
|
# Not Linux, so don't expect a Linux tree.
|
|
|
|
--no-tree
|
|
|
|
|
|
|
|
# Require every Kconfig symbol to have at least two lines in their description.
|
|
|
|
--min-conf-desc-length=2
|
|
|
|
|
|
|
|
# Ignore aspects we don't follow here.
|
|
|
|
--ignore C99_COMMENTS
|
|
|
|
--ignore GLOBAL_INITIALISERS
|
|
|
|
--ignore INITIALISED_STATIC
|
|
|
|
--ignore LINE_SPACING
|
|
|
|
--ignore NEW_TYPEDEFS
|
|
|
|
--ignore PREFER_ALIGNED
|
|
|
|
--ignore PREFER_PACKED
|
|
|
|
--ignore PREFER_PRINTF
|
|
|
|
--ignore SPLIT_STRING
|
2016-08-04 05:07:35 +02:00
|
|
|
--ignore BLOCK_COMMENT_STYLE
|