aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorJohn Tsichritzis <john.tsichritzis@arm.com>2019-07-05 14:13:42 +0100
committerJohn Tsichritzis <john.tsichritzis@arm.com>2019-07-08 12:47:48 +0100
commit65b5a4b99304ce637ca565a55ac23371ce6c14de (patch)
tree3db3d3f033c7cf3d1e84b42d0e46ac71a73ea39f /.checkpatch.conf
parent996d37930996c2fa39eb091508b5ad4e0d69ad35 (diff)
downloadtrusted-firmware-a-65b5a4b99304ce637ca565a55ac23371ce6c14de.tar.gz
Change checkpatch.conf after migration to tf.org
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>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 2a5396148d..8b6c70edac 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -43,10 +43,6 @@
# 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.