src/soc/intel: remove force-included header compiler.h from file
[coreboot.git] / .checkpatch.conf
blobdbb1aaa744427036ec9328b4cecf5d1d6a97ce50
1 # Not Linux, so don't expect a Linux tree.
2 --no-tree
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
14 --ignore BLOCK_COMMENT_STYLE
15 --ignore AVOID_EXTERNS
16 --ignore VOLATILE
17 --ignore CONFIG_DESCRIPTION
18 --ignore MISSING_SPACE
19 --ignore CORRUPTED_PATCH
20 --ignore SPDX_LICENSE_TAG
21 --ignore UNDOCUMENTED_DT_STRING
22 --ignore PRINTK_WITHOUT_KERN_LEVEL
23 --ignore ASSIGN_IN_IF
24 --ignore UNNECESSARY_ELSE
25 --ignore GERRIT_CHANGE_ID
27 # FILE_PATH_CHANGES seems to not be working correctly. It will
28 # choke on added / deleted files even if the MAINTAINERS file
29 # is touched.
30 --ignore FILE_PATH_CHANGES
32 # This one has a linux path hard coded, so it would choke on
33 # some commits unnecessarily.
34 --ignore EXECUTE_PERMISSIONS
36 # Exclude vendorcode directories that don't follow coreboot's coding style.
37 --exclude src/vendorcode/amd
38 --exclude src/vendorcode/cavium
39 --exclude src/vendorcode/intel
40 --exclude src/vendorcode/mediatek