bluez/.checkpatch.conf
Tedd Ho-Jeong An 3391fb4a06 checkpatch: Add configuration for checkpatch
This patch adds a configuration with basic rules for checkpatch.
2020-06-22 10:47:52 -07:00

15 lines
266 B
Plaintext

--no-tree
--no-signoff
--summary-file
--show-types
--max-line-length=80
--ignore COMPLEX_MACRO
--ignore SPLIT_STRING
--ignore CONST_STRUCT
--ignore FILE_PATH_CHANGES
--ignore MISSING_SIGN_OFF
--ignore PREFER_PACKED
--ignore COMMIT_MESSAGE
--ignore SSCANF_TO_KSTRTO