Support rubocop-graphql
Closed this issue · 5 comments
HunterMeyer commented
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
Hi CodeClimate team - any updates on this?
There's a duplicate issue here fwiw: #275
itay-grudev commented
This is still a problem.
itay-grudev commented
itay-grudev commented
Duplicate of: #268
HunterMeyer commented
Closing.
Merged in #278.