Skip to content

Commit a183953

Browse files
committed
squash! MSM8916: Add Drone CI configuration (v8)
v9: Fail on some more checkpatch warnings
1 parent 4bac1a5 commit a183953

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.drone-checkpatch.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
ERROR:
2-
FROM_SIGN_OFF_MISMATCH
2+
BAD_SIGN_OFF:
3+
FROM_SIGN_OFF_MISMATCH:
4+
LEADING_SPACE:
5+
MISSING_EOF_NEWLINE:
6+
SPACE_BEFORE_TAB:
7+
SPDX_LICENSE_TAG:

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kind: pipeline
2525
name: armv7
2626

2727
clone:
28-
depth: 16
28+
depth: 1
2929

3030
steps:
3131
- name: build

0 commit comments

Comments
 (0)