rubocop / rubocop-jp

A place for RuboCop discussions in Japanese
55 stars 2 forks source link

すでに .rubocop.yml に require があるときの案内がほしい #53

Closed znz closed 5 years ago

znz commented 5 years ago

rubocop 0.71.0 の Post-install message from rubocop

Post-install message from rubocop:
Rails cops will be removed from RuboCop 0.72. Use the `rubocop-rails` gem instead.

Put this in your `Gemfile`.

```rb
gem 'rubocop-rails'

And then execute:

$ bundle install

Put this into your .rubocop.yml.

require: rubocop-rails

More information: https://github.com/rubocop-hq/rubocop-rails



と出ますが、すでに `.rubocop.yml` に `require: rubocop-performance` があると、そのまま `require: rubocop-rails` を足してもエラーになるので、どこかに追加の説明がほしいです。

メッセージの中に URL が出ているので、 <https://github.com/rubocop-hq/rubocop-rails> に書かれていると良さそうに思いました。
koic commented 5 years ago

フィードバックありがとうございます。類似のイシューが上がっていたこともあり考えてみます。 https://github.com/rubocop-hq/rubocop/issues/7104

hkdnet commented 5 years ago

サンプルの表記が配列になっているだけでも察しやすくなるかも?と思いました。

koic commented 5 years ago

https://github.com/rubocop-hq/rubocop-rails ならびに https://github.com/rubocop-hq/rubocop-performance の README.md に追記しました。