cookpad / global-style-guides

Official style guides for Cookpad Global
67 stars 16 forks source link

Disabled SuggestExtensions #205

Closed lucianghinda closed 1 year ago

lucianghinda commented 1 year ago

Why:

Rubocop SuggestedExtensions displays a message like

The following RuboCop extension libraries are installed but not loaded in config:

every time Rubocop is run.

If you run Rubocop on multiple files this message will be printed each time Rubocop runs, thus making the output of the analysis hard to follow.

I think it is better to let the output of Rubocop remain focused on reporting offences.