-
Notifications
You must be signed in to change notification settings - Fork 6
Support graphql-ruby 2.x #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Code Climate has analyzed commit 7bf51ae and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 100.0%. View more on Code Climate. |
5c82f65 to
7bf51ae
Compare
d9bd6e2 to
6298325
Compare
6298325 to
6608283
Compare
6608283 to
b7e9ebc
Compare
7ee5d53 to
8f64924
Compare
| # Merge default configurations on Exclude option | ||
| inherit_mode: | ||
| merge: | ||
| - Exclude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RuboCop has default Exclude configurations (link).
With this option, the default configurations and the configurations in this file are merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this option, RuboCop on CI may fail due to lack of default Exclude configurations. (RuboCop reads configuration files and ruby files in vendor/bundle/**/*)
Ref: rubocop/rubocop#9832
Umekawa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds graphql-ruby 2.x to available versions.
Also, this PR prepares multiple gemfiles to test with graphql-ruby 1.x and 2.x.
These gemfiles are generated by appraisal.