File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ gem "parser"
8
8
gem "pry" , require : false
9
9
gem "rubocop" , "1.10.0" , require : false
10
10
gem "rubocop-i18n" , require : false
11
+ gem "rubocop-graphql" , require : false
11
12
gem "rubocop-minitest" , require : false
12
13
gem "rubocop-performance" , require : false
13
14
gem "rubocop-rails" , require : false
Original file line number Diff line number Diff line change 52
52
unicode-display_width (>= 1.4.0 , < 3.0 )
53
53
rubocop-ast (1.4.1 )
54
54
parser (>= 2.7.1.5 )
55
+ rubocop-graphql (0.9.0 )
56
+ rubocop (>= 0.87 , < 2 )
55
57
rubocop-i18n (3.0.0 )
56
58
rubocop (~> 1.0 )
57
59
rubocop-minitest (0.9.0 )
@@ -92,6 +94,7 @@ DEPENDENCIES
92
94
rake
93
95
rspec
94
96
rubocop (= 1.10.0 )
97
+ rubocop-graphql
95
98
rubocop-i18n
96
99
rubocop-minitest
97
100
rubocop-performance
You can’t perform that action at this time.
0 commit comments