Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve formatting of argument lists descriptions #124

Merged

Conversation

seriousben
Copy link
Contributor

This change improves the readability of the description of arguments.

Before:

noop2("""
noop2 foo bar
"""
arg: String): Boolean

After:

noop2(
  """
  noop2 foo bar
  """
  arg: String
): Boolean

Also, Thank you for gqlgen and for this library. ✋ 5️⃣

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 92.155% when pulling 768bccf on seriousben:improve-argument-definition-description into d7ac1ee on vektah:master.

@seriousben
Copy link
Contributor Author

seriousben commented Mar 29, 2020

@lwc lwc merged commit 0f583e8 into vektah:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants