Skip to content

Commit 384ad9c

Browse files
committed
checkpatch: increate line length to 100
Change max line length to 100, this is to follow Linux and to allow for more readable code. Most warning we get now from checkpatch are because of this limit which has prevented us from enforcing warning. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5d50797 commit 384ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.checkpatch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--emacs
22
--summary-file
33
--show-types
4-
--max-line-length=80
4+
--max-line-length=100
55
--min-conf-desc-length=1
66
--typedefsfile=scripts/checkpatch/typedefsfile
77

0 commit comments

Comments
 (0)