mirror of
https://github.com/OpenAMP/open-amp.git
synced 2025-12-11 08:31:29 +08:00
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>
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
--emacs
|
|
--no-tree
|
|
--summary-file
|
|
--show-types
|
|
--max-line-length=100
|
|
--min-conf-desc-length=1
|
|
|
|
--ignore BRACES
|
|
--ignore PRINTK_WITHOUT_KERN_LEVEL
|
|
--ignore SPLIT_STRING
|
|
--ignore VOLATILE
|
|
--ignore CONFIG_EXPERIMENTAL
|
|
--ignore AVOID_EXTERNS
|
|
--ignore NETWORKING_BLOCK_COMMENT_STYLE
|
|
--ignore DATE_TIME
|
|
--ignore MINMAX
|
|
--ignore CONST_STRUCT
|
|
--ignore FILE_PATH_CHANGES
|
|
--ignore BIT_MACRO
|
|
--ignore PREFER_KERNEL_TYPES
|
|
--ignore NEW_TYPEDEFS
|
|
--ignore ARRAY_SIZE |