Closed hanasuke closed 6 years ago
When I want to use this gem in Ruby 2.5.1, Rubocop issued some warnings. So, I fixed some issues.
# frozen_string_literal: true
&.
hoge && hoge.foo
This breaks compatibility with every previous version, so unfortunately it's a bit premature, thx. You can force target Rubocop to a previous version to remove the warnings and add 2.5.0 to the build matrix.
When I want to use this gem in Ruby 2.5.1, Rubocop issued some warnings. So, I fixed some issues.
# frozen_string_literal: true
for all files&.
from conditional expr likehoge && hoge.foo