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 | |
Martin Roth | 2b119b3 | 2016-07-27 11:56:32 -0600 | [diff] [blame] | 4 | # 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 Werner | 6e05c33 | 2016-08-03 20:07:35 -0700 | [diff] [blame] | 14 | --ignore BLOCK_COMMENT_STYLE |
Stefan Reinauer | 36d4052 | 2016-08-01 12:21:30 -0700 | [diff] [blame] | 15 | --ignore AVOID_EXTERNS |
| 16 | --ignore VOLATILE |
| 17 | --ignore CONFIG_DESCRIPTION |
Martin Roth | 2e17eae | 2017-03-04 18:51:16 -0700 | [diff] [blame] | 18 | --ignore MISSING_SPACE |
Stefan Reinauer | 36d4052 | 2016-08-01 12:21:30 -0700 | [diff] [blame] | 19 | |
| 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 Roth | 2e17eae | 2017-03-04 18:51:16 -0700 | [diff] [blame] | 28 | |
| 29 | # Exclude the vendorcode directory |
| 30 | --exclude src/vendorcode |