codeclimate/codeclimate-rubocop

Support rubocop-graphql

Closed this issue · 5 comments

We use GraphQL in our Rails app and have installed the rubocop-graphql gem to enforce a style guide.

This installation, however, breaks CodeClimate because it can't find the library.

/usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:117:in `require': cannot load such file -- rubocop-graphql (LoadError)

We have this in our Gemfile:

group :development do
  gem 'rubocop-graphql', require: false
end 

Hi CodeClimate team - any updates on this?

There's a duplicate issue here fwiw: #275

This is still a problem.

Duplicate of: #268

Closing.

Merged in #278.