blob: f194cedc3d48c6a5ceaaa9b72774a1fd556c7c96 [file] [log] [blame]
Martin Roth2b119b32016-07-27 11:56:32 -06001# Not Linux, so don't expect a Linux tree.
2--no-tree
3
Martin Roth2b119b32016-07-27 11:56:32 -06004# Ignore aspects we don't follow here.
5--ignore C99_COMMENTS
6--ignore GLOBAL_INITIALISERS
7--ignore INITIALISED_STATIC
8--ignore LINE_SPACING
9--ignore NEW_TYPEDEFS
10--ignore PREFER_ALIGNED
11--ignore PREFER_PACKED
12--ignore PREFER_PRINTF
13--ignore SPLIT_STRING
Julius Werner6e05c332016-08-03 20:07:35 -070014--ignore BLOCK_COMMENT_STYLE
Stefan Reinauer36d40522016-08-01 12:21:30 -070015--ignore AVOID_EXTERNS
16--ignore VOLATILE
17--ignore CONFIG_DESCRIPTION
18
19# FILE_PATH_CHANGES seems to not be working correctly. It will
20# choke on added / deleted files even if the MAINTAINERS file
21# is touched.
22--ignore FILE_PATH_CHANGES
23
24# This one has a linux path hard coded, so it would choke on
25# some commits unnecessarily.
26--ignore EXECUTE_PERMISSIONS