Truffleruby: Failing rubocop's cop for grape gem

Created on 31 Aug 2020  路  3Comments  路  Source: oracle/truffleruby

For some reason when I ran the grape test suit it fails with

An error occurred while Style/FormatStringToken cop was inspecting /home/travis/build/ruby-grape/grape/lib/grape/exceptions/validation_errors.rb:9:30.

but it doesn't for Ruby MRI

The tests are passing btw, but this issue is blocking me from enabling Truffleruby head on grape's CI

Full logs are here

duplicate

Most helpful comment

All 3 comments

I believe this is fixed in RuboCop 0.90 and is a duplicate of https://github.com/oracle/truffleruby/issues/1913.
@gogainda Could you verify it works fine with RuboCop 0.90?

@eregon @jaime-rave-conichi yep, rubocop works fine now

Was this page helpful?
0 / 5 - 0 ratings