yifan-c commented on code in PR #171: URL: https://github.com/apache/cassandra-sidecar/pull/171#discussion_r1920581607
########## checkstyle.xml: ########## @@ -287,7 +287,9 @@ page at http://checkstyle.sourceforge.net/config.html --> some other variants which we don't publicized to promote consistency). --> <property name="reliefPattern" - value="fall through|Fall through|fallthru|Fallthru|falls through|Falls through|fallthrough|Fallthrough|No break|NO break|no break|continue on" /> + value="fall through|Fall through|fallthru|Fallthru|falls through + |Falls through|fallthrough|Fallthrough|No break|NO break|no break + |continue on|no break by design" /> Review Comment: break it down into multiple lines and add a new one "no break by design" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

