mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
It's an option only available in coreboot's checkpatch fork at this time. Reenable when upstream (ie. Linux) supports it and that version was downstreamed into cros_sdk. TEST=cros hooks don't fail on coreboot Change-Id: I6e718ea13fda19df13a62295359f1607d122ef58 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/453778 Reviewed-by: Julius Werner <jwerner@chromium.org>
27 lines
717 B
Text
27 lines
717 B
Text
# Not Linux, so don't expect a Linux tree.
|
|
--no-tree
|
|
|
|
# Ignore aspects we don't follow here.
|
|
--ignore C99_COMMENTS
|
|
--ignore GLOBAL_INITIALISERS
|
|
--ignore INITIALISED_STATIC
|
|
--ignore LINE_SPACING
|
|
--ignore NEW_TYPEDEFS
|
|
--ignore PREFER_ALIGNED
|
|
--ignore PREFER_PACKED
|
|
--ignore PREFER_PRINTF
|
|
--ignore SPLIT_STRING
|
|
--ignore BLOCK_COMMENT_STYLE
|
|
--ignore AVOID_EXTERNS
|
|
--ignore VOLATILE
|
|
--ignore CONFIG_DESCRIPTION
|
|
--ignore MISSING_SPACE
|
|
|
|
# FILE_PATH_CHANGES seems to not be working correctly. It will
|
|
# choke on added / deleted files even if the MAINTAINERS file
|
|
# is touched.
|
|
--ignore FILE_PATH_CHANGES
|
|
|
|
# This one has a linux path hard coded, so it would choke on
|
|
# some commits unnecessarily.
|
|
--ignore EXECUTE_PERMISSIONS
|