codeclimate / codeclimate-rubocop

Code Climate Engine for Rubocop
MIT License
59 stars 43 forks source link

Support rubocop-graphql #275

Closed HunterMeyer closed 3 years ago

HunterMeyer commented 3 years ago

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 
rubendinho commented 3 years ago

Hi CodeClimate team - any updates on this?

There's a duplicate issue here fwiw: https://github.com/codeclimate/codeclimate-rubocop/issues/275

itay-grudev commented 3 years ago

This is still a problem.

itay-grudev commented 3 years ago

@noelia-lencina @codeclimate-hermes

itay-grudev commented 3 years ago

Duplicate of: #268

HunterMeyer commented 3 years ago

Closing.

Merged in #278.