报告具有不符合代码样式的引号的字符串。
示例:
def hw = "Hello, world!"
在应用快速修复后:
def hw = 'Hello, world!'
使用下面提供的字段可为不同种类的字符串指定代码样式。