Skip to content
New issue

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

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

Already on GitHub? # to your account

Downgrade yaml version to avoid indentations #2117

Closed
wants to merge 7 commits into from

Conversation

phanimarupaka
Copy link
Contributor

This PR is to downgrade yaml library version(match it with 0.39.0 kpt) so that the indentation formatting is consistent with kubernetes examples and existing packages to avoid unwanted diffs.

Coming up PRs:

  1. Hide format flag behind flag for render and eval.
  2. Function results follow unusual indentation, is should be consistent with resources indentation.

@phanimarupaka phanimarupaka requested a review from frankfarzan May 27, 2021 03:25
@mikebz
Copy link
Contributor

mikebz commented May 27, 2021

what is going on with all the comments being deleted from expected? Are we trading one bug for another?

@phanimarupaka phanimarupaka linked an issue May 27, 2021 that may be closed by this pull request
6 tasks
@mortent
Copy link
Contributor

mortent commented May 27, 2021

I'm not sure rolling back to a different version is an option here. We are relying on several bugfixes in the new version and we can't really end up being stuck on the old version forever. The change to v1 seems like the best opportunity we have to make this change, despite the challenges.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic: Consistent Formatting
3 participants