We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1482cb commit fe9e288Copy full SHA for fe9e288
test/graphql-docs/generator_test.rb
@@ -6,7 +6,7 @@ class GeneratorTest < Minitest::Test
6
class CustomRenderer
7
def initialize(_, _); end
8
9
- def render(contents)
+ def render(contents, type: nil, name: nil, filename: nil) # rubocop:disable Lint/UnusedMethodArgument
10
to_html(contents)
11
end
12
0 commit comments