mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Avoid warning about /* fallthrough */ comments
We do not have `fallthrough;`, so...
This commit is contained in:
@@ -83,3 +83,6 @@
|
|||||||
|
|
||||||
# Parentheses can make the code clearer
|
# Parentheses can make the code clearer
|
||||||
--ignore UNNECESSARY_PARENTHESES
|
--ignore UNNECESSARY_PARENTHESES
|
||||||
|
|
||||||
|
# We don't have `fallthrough;` */
|
||||||
|
--ignore PREFER_FALLTHROUGH
|
||||||
|
|||||||
Reference in New Issue
Block a user