We should warn when a case falls through only if: 1. There are statements in the case. 2. There is no comment at the end of the case that says "falls through". The rule ID should be `no-fallthrough`
We should warn when a case falls through only if:
The rule ID should be
no-fallthrough