Closed5

Rubocop設定メモ

あつしあつし

Rubocop導入後、bundle exec rubocop -aで自動変換しなかったやつらの修正メモ。

あつしあつし

🏅違反No.1

.rubocop_todo.yml
# Offense count: 63
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
  Enabled: false

違反の内容
https://www.task-notes.com/entry/20160831/1472572735

.rubocop.ymlへ追記

.rubocop.yml
Style/FrozenStringLiteralComment:
  Enabled: false
このスクラップは2021/11/20にクローズされました