mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-09-23 02:24:01 +08:00
checkpatch: Increase the default limit to 100 characters
The 80 character limit is a warning which sometime affect the readability. let's relax this limit to 100 as done in some other projects Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
d2555ab254
commit
600a7ff5b2
+1
-1
@@ -2,7 +2,7 @@
|
||||
--no-tree
|
||||
--summary-file
|
||||
--show-types
|
||||
--max-line-length=80
|
||||
--max-line-length=100
|
||||
--min-conf-desc-length=1
|
||||
|
||||
--ignore BRACES
|
||||
|
||||
Reference in New Issue
Block a user