util/testing: Convert tegra124 and tegra210 builds to junit
[coreboot.git] / .checkpatch.conf
blobc53fe3508ac26dc21ac69c79bfdae47c220cb612
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
21 # FILE_PATH_CHANGES seems to not be working correctly. It will
22 # choke on added / deleted files even if the MAINTAINERS file
23 # is touched.
24 --ignore FILE_PATH_CHANGES
26 # This one has a linux path hard coded, so it would choke on
27 # some commits unnecessarily.
28 --ignore EXECUTE_PERMISSIONS
30 # Exclude the vendorcode directory
31 --exclude src/vendorcode