Skip to content

Commit 70d7bf6

Browse files
author
Pascal Brand
committed
Travis: ignore FILE_PATH_CHANGES and GERRIT_CHANGE_ID in checkpatch
Signed-off-by: Pascal Brand <[email protected]> Reviewed-by: Joakim Bech <[email protected]>
1 parent 0494db9 commit 70d7bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131

3232
script:
3333
# Check coding style
34-
- git format-patch -1 --stdout | $DST_KERNEL/scripts/checkpatch.pl -
34+
- git format-patch -1 --stdout | $DST_KERNEL/scripts/checkpatch.pl --ignore FILE_PATH_CHANGES --ignore GERRIT_CHANGE_ID -
3535

3636
# Go in the linux kernel repository
3737
- cd $DST_KERNEL

0 commit comments

Comments
 (0)