checkpatch.conf: Don't complain when bools are used in struct

In RGBDS's codebase, boolean struct members aren't a problem. See
include/asm/main.h, include/gfx/main.h for examples.
This commit is contained in:
Jakub Kądziołka
2019-08-20 14:43:31 +02:00
parent b8d5dd1824
commit 3cb56c5a2e

View File

@@ -67,3 +67,6 @@
# Don't complain when files are modified in 'include/asm'
--ignore MODIFIED_INCLUDE_ASM
# Don't complain when bools are used in structs
--ignore BOOL_MEMBER