sfc-rg / rg-portal

Internal Website for Keio Univ. Technology joint research groups
https://portal.sfc.wide.ad.jp/
12 stars 5 forks source link

Update obsoleted .rubocop.yml rules #194

Closed koluke closed 6 years ago

koluke commented 6 years ago

Fix some obsolete robocop rules Closes #193.

TrailingComma: https://github.com/bbatsov/rubocop/blob/54b71f18226121c2660cccca06b4e2a8a46ceb85/config/enabled.yml#L1993

akkyie commented 6 years ago

Does this PR suppresses all the deprecation comments?

koluke commented 6 years ago

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.

koluke commented 6 years ago

@akkyie It looks like HoundCI errors, etc. are fixed though...

akkyie commented 6 years ago

:+1: