railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

Enable RuboCop Style/Encoding and apply auto-fixes #3585

Closed jdufresne closed 1 year ago

jdufresne commented 1 year ago

Docs on the cop: https://docs.rubocop.org/rubocop/cops_style.html#styleencoding

Docs on the Ruby style guide: https://rubystyle.guide/#utf-8

TIP: UTF-8 has been the default source file encoding since Ruby 2.0.

coveralls commented 1 year ago

Coverage Status

Coverage: 95.838%. Remained the same when pulling c9b9440f89181f163a580d81299331bf5e915dc2 on jdufresne:encoding into 98213b7364e8e7eb1de146ed4cdbcfcd4d441510 on railsadminteam:master.

mshibuya commented 1 year ago

👍