Skip to content

Rename Lint/MissingCopEnableDirective obsolete parameter#219

Open
mitorez wants to merge 1 commit into
airbnb:mainfrom
mitorez:rename-MaximumRangeSize
Open

Rename Lint/MissingCopEnableDirective obsolete parameter#219
mitorez wants to merge 1 commit into
airbnb:mainfrom
mitorez:rename-MaximumRangeSize

Conversation

@mitorez

@mitorez mitorez commented Jul 9, 2026

Copy link
Copy Markdown

Rename obsolete parameter MaximumRangeSize (for Lint/MissingCopEnableDirective) to MaxRangeSize to resolve the following warning...

Warning: obsolete parameter `MaximumRangeSize` (for `Lint/MissingCopEnableDirective`) found in /Users/timowill/.rbenv/versions/3.2.11/lib/ruby/gems/3.2.0/gems/rubocop-airbnb-8.1.0/config/rubocop-lint.yml
`MaximumRangeSize` has been renamed to `MaxRangeSize`.
Warning: Lint/MissingCopEnableDirective does not support MaximumRangeSize parameter.

Supported parameters are:

  - Enabled
  - MaxRangeSize

Rename obsolete parameter `MaximumRangeSize` (for `Lint/MissingCopEnableDirective`) to `MaxRangeSize` to resolve the following warning...
```
Warning: obsolete parameter `MaximumRangeSize` (for `Lint/MissingCopEnableDirective`) found in /Users/timowill/.rbenv/versions/3.2.11/lib/ruby/gems/3.2.0/gems/rubocop-airbnb-8.1.0/config/rubocop-lint.yml
`MaximumRangeSize` has been renamed to `MaxRangeSize`.
Warning: Lint/MissingCopEnableDirective does not support MaximumRangeSize parameter.

Supported parameters are:

  - Enabled
  - MaxRangeSize
```
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