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

Update RuboCop #221

Closed
ruebot opened this Issue Dec 11, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@ruebot
Member

ruebot commented Dec 11, 2018

Stemming out of: #216

This is a really complicated one.

$ bundle exec rake
Running RuboCop...
.rubocop.yml: Style/AccessorMethodName has the wrong namespace - should be Naming
.rubocop.yml: Style/AlignArray has the wrong namespace - should be Layout
.rubocop.yml: Style/PredicateName has the wrong namespace - should be Naming
/home/nruest/.rubocop.yml: Style/AccessModifierIndentation has the wrong namespace - should be Layout
/home/nruest/.rubocop.yml: Style/FileName has the wrong namespace - should be Naming
/home/nruest/.rubocop.yml: Style/SpaceInsideHashLiteralBraces has the wrong namespace - should be Layout
Error: The `Style/TrailingCommaInLiteral` cop no longer exists. Please use `Style/TrailingCommaInArrayLiteral` and/or `Style/TrailingCommaInHashLiteral` instead.
(obsolete configuration found in /home/nruest/.rubocop.yml, please update it)
RuboCop failed!

Then all the changes from updated Rubocop.

FUN.

@ruebot ruebot self-assigned this Dec 11, 2018

@ruebot ruebot closed this in 6cbaf87 Dec 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment