Skip to content

Commit fe9e288

Browse files
committed
hush Rubocop
1 parent c1482cb commit fe9e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/graphql-docs/generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class GeneratorTest < Minitest::Test
66
class CustomRenderer
77
def initialize(_, _); end
88

9-
def render(contents)
9+
def render(contents, type: nil, name: nil, filename: nil) # rubocop:disable Lint/UnusedMethodArgument
1010
to_html(contents)
1111
end
1212

0 commit comments

Comments
 (0)