blob: 95019d116ee8c92e62c43fb1f6b8d123a65c730f [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
Jonathan Neuschäfer38304eb2017-10-28 02:03:06 +020019--ignore CORRUPTED_PATCH
Martin Rothc210d0e2018-08-10 21:00:28 -060020--ignore SPDX_LICENSE_TAG
21--ignore UNDOCUMENTED_DT_STRING
22--ignore PRINTK_WITHOUT_KERN_LEVEL
Julius Werner89ec38442021-03-16 15:59:01 -070023--ignore ASSIGN_IN_IF
24--ignore UNNECESSARY_ELSE
Stefan Reinauer36d40522016-08-01 12:21:30 -070025
26# FILE_PATH_CHANGES seems to not be working correctly. It will
27# choke on added / deleted files even if the MAINTAINERS file
28# is touched.
29--ignore FILE_PATH_CHANGES
30
31# This one has a linux path hard coded, so it would choke on
32# some commits unnecessarily.
33--ignore EXECUTE_PERMISSIONS
Martin Roth2e17eae2017-03-04 18:51:16 -070034
Julius Werner514a4bc2021-03-25 14:44:37 -070035# Exclude vendorcode directories that don't follow coreboot's coding style.
36--exclude src/vendorcode/amd
37--exclude src/vendorcode/cavium
38--exclude src/vendorcode/intel
39--exclude src/vendorcode/mediatek