Avoid warning about /* fallthrough */ comments

We do not have `fallthrough;`, so...
This commit is contained in:
ISSOtm
2020-09-21 17:46:44 +02:00
parent d09ed3e52e
commit 268219d74e

View File

@@ -83,3 +83,6 @@
# Parentheses can make the code clearer
--ignore UNNECESSARY_PARENTHESES
# We don't have `fallthrough;` */
--ignore PREFER_FALLTHROUGH