Change checkpatch.conf after migration to tf.org
authorJohn Tsichritzis <john.tsichritzis@arm.com>
Fri, 5 Jul 2019 13:13:42 +0000 (14:13 +0100)
committerJohn Tsichritzis <john.tsichritzis@arm.com>
Mon, 8 Jul 2019 11:47:48 +0000 (12:47 +0100)
A specific checkpatch setting was used because of GitHub. This necessity
doesn't exist anymore.

Change-Id: Ie2225a5cb88654f3b7407e43e0a48fafa9a9165c
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
.checkpatch.conf

index 2a5396148d29ab8ae73408952406b66cfce0b4d5..8b6c70edac3c33366acb165c046daf1a39e87546 100644 (file)
 # Commit messages might contain a Gerrit Change-Id.
 --ignore GERRIT_CHANGE_ID
 
-# Do not check the format of commit messages, as Github's merge commits do not
-# observe it.
---ignore GIT_COMMIT_ID
-
 # FILE_PATH_CHANGES reports this kind of message:
 # "added, moved or deleted file(s), does MAINTAINERS need updating?"
 # We do not use this MAINTAINERS file process in TF.