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

⚠️ Trim leading/trailing whitespace on lines in documentation #517

Merged
merged 5 commits into from Oct 11, 2021

Commits on Nov 11, 2020

  1. Trim whitespace in doc-comments

    This is important for input files that use `/*…*/`-style comments,
    where `go/ast` preserves the leading and trailing (and inner) whitespace
    and this ends up in the generated CRD schema descriptions.
    Porges committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    639e77b View commit details
    Browse the repository at this point in the history
  2. Fix spelling

    Porges committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ba2ec6a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    8d24511 View commit details
    Browse the repository at this point in the history
  2. Use trimspace

    Porges committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    b0eef78 View commit details
    Browse the repository at this point in the history
  3. Update golden file

    Porges committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    14a7edf View commit details
    Browse the repository at this point in the history