示例:
# 不良做法 "Hello world" "Hello \"John Doe\""
# 优良做法 'Hello world' 'Hello "John Doe"' "Hello 'John Doe'"
使用忽略包含单引号的字符串复选框,可忽略需要转义的字符串。
受 'RuboCop' 启发