Skip to content

Commit 9b1400f

Browse files
authored
Add support for rubocop-graphql (#278)
1 parent a9b5bbd commit 9b1400f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem "parser"
88
gem "pry", require: false
99
gem "rubocop", "1.10.0", require: false
1010
gem "rubocop-i18n", require: false
11+
gem "rubocop-graphql", require: false
1112
gem "rubocop-minitest", require: false
1213
gem "rubocop-performance", require: false
1314
gem "rubocop-rails", require: false

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ GEM
5252
unicode-display_width (>= 1.4.0, < 3.0)
5353
rubocop-ast (1.4.1)
5454
parser (>= 2.7.1.5)
55+
rubocop-graphql (0.9.0)
56+
rubocop (>= 0.87, < 2)
5557
rubocop-i18n (3.0.0)
5658
rubocop (~> 1.0)
5759
rubocop-minitest (0.9.0)
@@ -92,6 +94,7 @@ DEPENDENCIES
9294
rake
9395
rspec
9496
rubocop (= 1.10.0)
97+
rubocop-graphql
9598
rubocop-i18n
9699
rubocop-minitest
97100
rubocop-performance

0 commit comments

Comments
 (0)