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