Skip to content

Commit 9b1f507

Browse files
committed
Rubocop fixes
1 parent 7058d0b commit 9b1f507

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/example_schema/types/query.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def self.first
1010
end
1111
end
1212

13+
# rubocop:disable Style/OneClassPerFile
1314
module Types
1415
class Query < GraphQL::Schema::Object
1516
field(:current_user, Types::Objects::User, null: false) do
@@ -28,3 +29,4 @@ def current_user(**args)
2829
end
2930
end
3031
end
32+
# rubocop:enable Style/OneClassPerFile

0 commit comments

Comments
 (0)