From 384ad9c3d4db2be3e9ac8d91bf9b5040b8701c7f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 3 Dec 2020 15:55:13 -0500 Subject: [PATCH] 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 --- .checkpatch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index 7107b75c46e..bb25701e2aa 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,7 +1,7 @@ --emacs --summary-file --show-types ---max-line-length=80 +--max-line-length=100 --min-conf-desc-length=1 --typedefsfile=scripts/checkpatch/typedefsfile