Skip to content

Suppress RuboCop extension suggestions - #484

Open
koic wants to merge 1 commit into
modelcontextprotocol:mainfrom
koic:suppress_rubocop_information
Open

Suppress RuboCop extension suggestions#484
koic wants to merge 1 commit into
modelcontextprotocol:mainfrom
koic:suppress_rubocop_information

Conversation

@koic

@koic koic commented Aug 5, 2026

Copy link
Copy Markdown
Member

This PR suppresses the following information:

$ bundle exec rubocop
(snip)

Tip: Based on detected gems, the following RuboCop extension libraries might be helpful:
  * rubocop-i18n (https://rubygems.org/gems/rubocop-i18n)

You can opt out of this message by adding the following to your config
(see https://docs.rubocop.org/rubocop/plugins.html#plugin-suggestions for more options):
  AllCops:
    SuggestExtensions: false

There's no need to introduce a third-party RuboCop extension unless there's a specific need.

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

This PR suppresses the following information:

```console
$ bundle exec rubocop
(snip)

Tip: Based on detected gems, the following RuboCop extension libraries might be helpful:
  * rubocop-i18n (https://rubygems.org/gems/rubocop-i18n)

You can opt out of this message by adding the following to your config
(see https://docs.rubocop.org/rubocop/plugins.html#plugin-suggestions for more options):
  AllCops:
    SuggestExtensions: false
```

There's no need to introduce a third-party RuboCop extension unless there's a specific need.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant