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

Fixes incorrect indentation in v0/test-reachable-paths-0422.yaml. #7039

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

matajoh
Copy link
Contributor

@matajoh matajoh commented Sep 19, 2024

Why the changes in this PR are needed?

Due to insufficient indentation, this file would be rejected by compliant YAML parsers. This small fix resolves the issue.

What are the changes in this PR?

Some blocks in this file are indented such that they are YAML compliant.

Notes to assist PR review:

There are no code changes in this PR, just a whitespace change to a test file.

Further comments:

If you copy the file as-is into a YAML checker (e.g. https://yamlchecker.com/) it will highlight the issue I've fixed here.

Due to insufficient indentation, this file would be rejected by compliant YAML parsers. This small fix resolves the issue.

Signed-off-by: Matthew Johnson <[email protected]>
Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@srenatus srenatus merged commit c9443d0 into open-policy-agent:main Sep 19, 2024
28 checks passed
@matajoh matajoh deleted the test-0422-yaml-fix branch September 19, 2024 12:03
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