Martin Roth | 2b119b3 | 2016-07-27 11:56:32 -0600 | [diff] [blame^] | 1 | # 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 |