blob: ad04d39c3b392d72ba44d727ed62a514e351adce [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
Martin Roth2e17eae2017-03-04 18:51:16 -070018--ignore MISSING_SPACE
Stefan Reinauer36d40522016-08-01 12:21:30 -070019
20# FILE_PATH_CHANGES seems to not be working correctly. It will
21# choke on added / deleted files even if the MAINTAINERS file
22# is touched.
23--ignore FILE_PATH_CHANGES
24
25# This one has a linux path hard coded, so it would choke on
26# some commits unnecessarily.
27--ignore EXECUTE_PERMISSIONS
Martin Roth2e17eae2017-03-04 18:51:16 -070028
29# Exclude the vendorcode directory
30--exclude src/vendorcode
31