aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Brand <pascal.brand@st.com>2014-12-01 08:55:11 +0100
committerPascal Brand <pascal.brand@st.com>2014-12-02 12:53:12 +0100
commit70d7bf614e7640b9f0535596e5f9d052668584da (patch)
tree02e5eb8b356d3086819d0850202734cfae380be1
parent0494db9371ea6c5f113cb328b305dd0aa1337e19 (diff)
Travis: ignore FILE_PATH_CHANGES and GERRIT_CHANGE_ID in checkpatch
Signed-off-by: Pascal Brand <pascal.brand@st.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 130f4ac..d4f9f4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_script:
script:
# Check coding style
- - git format-patch -1 --stdout | $DST_KERNEL/scripts/checkpatch.pl -
+ - git format-patch -1 --stdout | $DST_KERNEL/scripts/checkpatch.pl --ignore FILE_PATH_CHANGES --ignore GERRIT_CHANGE_ID -
# Go in the linux kernel repository
- cd $DST_KERNEL