blob: 8c6265cf72acb9a79a07a580447ba24a9e2bb9f5 [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
Elyes Haouas5ae84032022-09-20 09:05:00 +02007--ignore COMPARISON_TO_NULL
Martin Roth2b119b32016-07-27 11:56:32 -06008--ignore INITIALISED_STATIC
9--ignore LINE_SPACING
10--ignore NEW_TYPEDEFS
11--ignore PREFER_ALIGNED
12--ignore PREFER_PACKED
13--ignore PREFER_PRINTF
14--ignore SPLIT_STRING
Julius Werner6e05c332016-08-03 20:07:35 -070015--ignore BLOCK_COMMENT_STYLE
Stefan Reinauer36d40522016-08-01 12:21:30 -070016--ignore AVOID_EXTERNS
17--ignore VOLATILE
18--ignore CONFIG_DESCRIPTION
Martin Roth2e17eae2017-03-04 18:51:16 -070019--ignore MISSING_SPACE
Jonathan Neuschäfer38304eb2017-10-28 02:03:06 +020020--ignore CORRUPTED_PATCH
Martin Rothc210d0e2018-08-10 21:00:28 -060021--ignore SPDX_LICENSE_TAG
22--ignore UNDOCUMENTED_DT_STRING
23--ignore PRINTK_WITHOUT_KERN_LEVEL
Julius Werner89ec38442021-03-16 15:59:01 -070024--ignore ASSIGN_IN_IF
25--ignore UNNECESSARY_ELSE
Martin Rotha3cd3062022-03-22 16:27:12 -060026--ignore GERRIT_CHANGE_ID
Stefan Reinauer36d40522016-08-01 12:21:30 -070027
28# FILE_PATH_CHANGES seems to not be working correctly. It will
29# choke on added / deleted files even if the MAINTAINERS file
30# is touched.
31--ignore FILE_PATH_CHANGES
32
33# This one has a linux path hard coded, so it would choke on
34# some commits unnecessarily.
35--ignore EXECUTE_PERMISSIONS
Martin Roth2e17eae2017-03-04 18:51:16 -070036
Julius Werner514a4bc2021-03-25 14:44:37 -070037# Exclude vendorcode directories that don't follow coreboot's coding style.
38--exclude src/vendorcode/amd
39--exclude src/vendorcode/cavium
40--exclude src/vendorcode/intel
41--exclude src/vendorcode/mediatek