simplecov-ruby/simplecov-html

Rubocop v0.64 (latest) not compatible with simplecov-html v0.10.2 (latest)

Closed this issue · 1 comments

Hey guys,

Was trying to update to the latest rubocop version but got this output in the console:

gems/gems/simplecov-html-0.10.2/.rubocop.yml: Style/AccessModifierIndentation has the wrong namespace - should be Layout
gems/gems/simplecov-html-0.10.2/.rubocop.yml: Style/FileName has the wrong namespace - should be Naming
gems/gems/simplecov-html-0.10.2/.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 gems/gems/simplecov-html-0.10.2/.rubocop.yml, please update it)

We should update the configuration files.

Thanks!

Looks like #61 solves this issue.