- Disallow fallthrough of case statements
This rule is aimed at eliminating unintentional fallthrough of one case to the other. As such, it flags any fallthrough scenarios that are not marked by a comment.
Specifies a regular expression to change the test for intentional fallthrough comment.
You can check them out here.