Skip to content

Commit 067770f

Browse files
committed
rv: allow up to 100 char lines in checkpatch
Signed-off-by: Conor Dooley <[email protected]>
1 parent 11b3cec commit 067770f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_rv/patch/checkpatch/checkpatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CAMELCASE
1313

1414
tmpfile=$(mktemp)
1515

16-
./scripts/checkpatch.pl --strict --max-line-length=80 --ignore=$IGNORED -g HEAD | tee $tmpfile
16+
./scripts/checkpatch.pl --strict --ignore=$IGNORED -g HEAD | tee $tmpfile
1717

1818
grep 'total: 0 errors, 0 warnings, 0 checks' $tmpfile
1919
ret=$?

0 commit comments

Comments
 (0)