Skip to content

Enforce YAML normalization for application.yml.default#11106

Merged
aduth merged 1 commit intomainfrom
aduth-enforce-app-config-default-normalize
Aug 19, 2024
Merged

Enforce YAML normalization for application.yml.default#11106
aduth merged 1 commit intomainfrom
aduth-enforce-app-config-default-normalize

Conversation

@aduth
Copy link
Copy Markdown
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
@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