Skip to content

Commit

Permalink
checkpatch: increate line length to 100
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nashif committed Jan 14, 2021
1 parent 5d50797 commit 384ad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .checkpatch.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 384ad9c

Please sign in to comment.