Rails: 最近のRuboCop更新をrubocop.ymlで有効にした

自分のRails環境でしばらくぶりにrubocop -aをかけてみたところ、以下のメッセージがどどどっと表示されました。 The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file: - Layout/EmptyLinesAroundAttributeAccessor (0.83) - Layout/SpaceAroundMethodCallOperator (0.82) - Lint/Depr … 続きを読む Rails: 最近のRuboCop更新をrubocop.ymlで有効にした