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

Syntax correction to avoid 'Invalid Value' error message #898

Closed
wants to merge 1 commit into from

Conversation

notklaatu
Copy link

modified: .vale/styles/RedHat/TermsErrors.yml

When running Vale with RedHat style, I was getting this message:

E201 Invalid value [styles/RedHat/TermsErrors.yml:24:4]:

  24*   "bare-metal( clusters?| compute| configuration| controls?| environments?| equipment| events?| hardware| hosts?| infrastructure| installations?| installers?| instances?| machines?| media| nodes?| provisioning| servers?| workers?)": bare metal
  25    "[bB]asic [aA]uth": Basic HTTP authentication|Basic authentication
  26    "a lot(?: of)?": many|much

capture group not supported; use '(?:' instead of '('

It seems there was a syntax error in the YAML. I believe I've fixed it in this commit.

modified:   .vale/styles/RedHat/TermsErrors.yml
Copy link

⚡️ Deploying PR Preview...

@aireilly
Copy link
Member

@aireilly aireilly closed this Oct 29, 2024
@aireilly
Copy link
Member

See https://github.com/errata-ai/vale/releases/tag/v3.7.0 for more details.

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