checkpatch: added config file
Created config file for checkpatch ".checkpatch.conf" Change-Id: Ic2d72eed38b333d4b05d2d0c8953cbe2795d2429 Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
464a534834
commit
9020c57934
1 changed files with 14 additions and 0 deletions
14
.checkpatch.conf
Normal file
14
.checkpatch.conf
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--mailback
|
||||||
|
--no-tree
|
||||||
|
--no-signoff
|
||||||
|
--emacs
|
||||||
|
--summary-file
|
||||||
|
--show-types
|
||||||
|
--max-line-length=100
|
||||||
|
|
||||||
|
--ignore BRACES
|
||||||
|
--ignore PRINTK_WITHOUT_KERN_LEVEL
|
||||||
|
--ignore SPLIT_STRING
|
||||||
|
--ignore FILE_PATH_CHANGES
|
||||||
|
--ignore VOLATILE
|
||||||
|
--ignore CONFIG_EXPERIMENTAL
|
Loading…
Add table
Add a link
Reference in a new issue