我在 rails 4 应用程序中使用 pre-commit 和 rubocop gem。我想逃避导致错误的报价检查
Prefer single-quoted strings when you don't need string interpolation or special symbols.
这是我已经在 .rubocop.yml 中尝试过的,但它没有我想要的效果。
Style/StringLiterals:
Enabled: false
Style/UnneededPercentQ:
Enabled: false