bluez/.checkpatch.conf
Tedd Ho-Jeong An 7b26cfe56e checkpatch: ignore SPDX license header check
This patch adds the rule to ignore the SPDX license header check.
2021-05-04 16:49:13 -07:00

16 lines
292 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
--ignore SPDX_LICENSE_TAG