Closed koluke closed 6 years ago
Does this PR suppresses all the deprecation comments?
Still outputs
Warning: unrecognized cop Style/Blocks found in .rubocop.yml
Warning: unrecognized cop Style/SpaceInsideBrackets found in .rubocop.yml
Warning: unrecognized cop Style/UnneededPercentX found in .rubocop.yml
Warning: unrecognized cop Lint/LiteralInCondition found in .rubocop.yml
but it fixes the others. It looks like these other rules were deleted/split into different rules that I'm not sure how to handle.
@akkyie It looks like HoundCI errors, etc. are fixed though...
:+1:
Fix some obsolete robocop rules Closes #193.
TrailingComma: https://github.com/bbatsov/rubocop/blob/54b71f18226121c2660cccca06b4e2a8a46ceb85/config/enabled.yml#L1993