Skip to content

Conversation

@brett0000FF
Copy link
Contributor

@brett0000FF brett0000FF commented Aug 22, 2025

What does this PR do?

  • Fixes Vale capture group error: Corrects the capture group not supported error by converting regex capturing groups (...) to non-capturing groups (?:...) when the captured text is not used in the replacement.

  • Fixes YAML parsing error: Adds double quotes around the regex keys in the swap table. This prevents the colon inside the non-capturing group (?:...) from breaking YAML syntax.

Error: aws.yml:55:3: capture group not supported; use '(?:' instead of '('

Test:

image

Motivation

Release

  • YES, this PR requires a release
  • NO, this PR doesn't need a release

Additional Notes


Release checklist

  • Create zip files for EACH style folder.
  • Attach the zip files when creating a release.

@brett0000FF brett0000FF requested a review from a team as a code owner August 22, 2025 20:59
@brett0000FF brett0000FF merged commit 59c1e6f into main Aug 22, 2025
2 checks passed
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.

3 participants