Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16010
-gerrit
commit c62fa82cb6d868997765454508b98d8417d4998d Author: Stefan Reinauer reinauer@chromium.org Date: Mon Aug 1 12:21:30 2016 -0700
Update .checkpatch.conf to match local changes
Change-Id: Ic419b81cd36852a91e887e610d4a04984ab5fbd7 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- .checkpatch.conf | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/.checkpatch.conf b/.checkpatch.conf index f7b9b32..4fa5f82 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -15,3 +15,12 @@ --ignore PREFER_PRINTF --ignore SPLIT_STRING --ignore BLOCK_COMMENT_STYLE + +# 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