google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Fix rubocop offenses #401

Closed bilst closed 4 years ago

bilst commented 4 years ago

Use named references in printf. Set LineLength to 80 in rubocop config to match project convention and prevent IfUnlessModifier offenses. Specify required_ruby_version >= 2.4 in gemspec

zongweil commented 4 years ago

Thanks for fixing CI!