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

don't manually indent yaml list items #47

Merged
merged 2 commits into from
Jul 1, 2024
Merged

don't manually indent yaml list items #47

merged 2 commits into from
Jul 1, 2024

Conversation

schoblaska
Copy link
Contributor

Manually indenting these items was causing problems for configs that contain the new enforcement_globs_ignore key in pks.

# this:
enforcement_globs_ignore:
- enforcements:
  - privacy
  ignores:
  - **/*
dependencies:
- other_pack

# was being reformatted to this:
enforcement_globs_ignore:
  - enforcements:
  - privacy
  ignores:
  - **/*
dependencies:
  - other_pack

@schoblaska schoblaska marked this pull request as ready for review June 28, 2024 21:55
@schoblaska schoblaska merged commit 5399a93 into main Jul 1, 2024
6 checks passed
@schoblaska schoblaska deleted the jms/unindent branch July 1, 2024 16:16
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