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