Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rubocop config #759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bastelfreak
Copy link

There are some rubocop complaints about the outdated config:

.rubocop-disables.yml: Metrics/LineLength has the wrong namespace - should be Layout
222Error: The `Layout/IndentFirstHashElement` cop has been renamed to `Layout/FirstHashElementIndentation`.
223(obsolete configuration found in .rubocop-disables.yml, please update it)
224The `Lint/HandleExceptions` cop has been renamed to `Lint/SuppressedException`.
225(obsolete configuration found in .rubocop-disables.yml, please update it)
226The `Lint/StringConversionInInterpolation` cop has been renamed to `Lint/RedundantStringCoercion`.
227(obsolete configuration found in .rubocop-disables.yml, please update it)
228The `Style/UnneededPercentQ` cop has been renamed to `Style/RedundantPercentQ`.
229(obsolete configuration found in .rubocop-disables.yml, please update it)
230The `Style/BracesAroundHashParameters` cop has been removed.
231(obsolete configuration found in .rubocop-disables.yml, please update it)
232RuboCop failed!

This PR fixes it.

There are some rubocop complaints about the outdated config:
```
.rubocop-disables.yml: Metrics/LineLength has the wrong namespace - should be Layout
222Error: The `Layout/IndentFirstHashElement` cop has been renamed to `Layout/FirstHashElementIndentation`.
223(obsolete configuration found in .rubocop-disables.yml, please update it)
224The `Lint/HandleExceptions` cop has been renamed to `Lint/SuppressedException`.
225(obsolete configuration found in .rubocop-disables.yml, please update it)
226The `Lint/StringConversionInInterpolation` cop has been renamed to `Lint/RedundantStringCoercion`.
227(obsolete configuration found in .rubocop-disables.yml, please update it)
228The `Style/UnneededPercentQ` cop has been renamed to `Style/RedundantPercentQ`.
229(obsolete configuration found in .rubocop-disables.yml, please update it)
230The `Style/BracesAroundHashParameters` cop has been removed.
231(obsolete configuration found in .rubocop-disables.yml, please update it)
232RuboCop failed!
```

This PR fixes it.
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.

None yet

1 participant