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

Enforce YAML normalization for application.yml.default #11106

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

aduth
Copy link
Contributor

@aduth aduth commented Aug 19, 2024

🛠 Summary of changes

Updates YAML normalization enforcement to include application.yml.default in enforcement.

#10981 enhanced the normalization step to include application.yml.default, but it wasn't enforced because the pattern that looked for changes after normalization assumed that files would end in .yml. Since this file ends in .yml.default, it wasn't being included in the pattern.

📜 Testing Plan

  1. Checkout the main branch: git checkout main
  2. Checkout the changes to Makefile: git checkout aduth-enforce-app-config-default-normalize -- Makefile
  3. Run lint make_yaml
  4. Observe the task fails with "Error: Run 'make normalize_yaml' to normalize YAML"

changelog: Internal, Automated Testing, Enforce YAML normalization for application.yml.default
@aduth aduth merged commit 0923f95 into main Aug 19, 2024
2 checks passed
@aduth aduth deleted the aduth-enforce-app-config-default-normalize branch August 19, 2024 14:11
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.

2 participants