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

Fix the formatting for commented out ignore directives #319

Merged
merged 1 commit into from
May 11, 2024

Conversation

mcdonnnj
Copy link
Member

@mcdonnnj mcdonnnj commented Apr 3, 2024

🗣 Description

This pull request adjust the formatting for the pip package ecosystem's commented out ignore directives.

💭 Motivation and context

I was asleep at the wheel when reviewing #315 and missed the formatting. When you uncomment these directives downstream you get malformed YAML due to incorrect spacing.

🧪 Testing

Automated tests pass. I verified that it uncomments correctly and this also matches the formatting for all other commented out ignore directives in the file.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

The commented out ignore directives for the pip package ecosystem are
formatted in such a way that doing a multiline uncomment with an
IDE will not produce valid YAML.
@mcdonnnj mcdonnnj added the bug This issue or pull request addresses broken functionality label Apr 3, 2024
@mcdonnnj mcdonnnj self-assigned this Apr 3, 2024
@mcdonnnj mcdonnnj requested a review from a team April 3, 2024 08:12
@jsf9k jsf9k added this pull request to the merge queue May 11, 2024
Merged via the queue into develop with commit 0492c24 May 11, 2024
9 checks passed
@jsf9k jsf9k deleted the bug/fix_dependabot_statement_formatting branch May 11, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
Development

Successfully merging this pull request may close these issues.

4 participants