mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -67,3 +67,6 @@
|
|||||||
|
|
||||||
# Don't complain when files are modified in 'include/asm'
|
# Don't complain when files are modified in 'include/asm'
|
||||||
--ignore MODIFIED_INCLUDE_ASM
|
--ignore MODIFIED_INCLUDE_ASM
|
||||||
|
|
||||||
|
# Don't complain when bools are used in structs
|
||||||
|
--ignore BOOL_MEMBER
|
||||||
|
|||||||
Reference in New Issue
Block a user