We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The spec says each rule name has a "1 or 2 character prefix".
yaml-grammar/yaml-spec-1.2.yaml
Line 57 in 1504782
However, some rules have more than 2 characters. For example, rule 062 c-ns-esc-char has 4 chars: c-ns.
c-ns-esc-char
c-ns
Rule 201 seq-spaces appears to have no prefix.
seq-spaces
Updating the rule names seems difficult. Perhaps the description should be updated to describe the possible prefixes?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The spec says each rule name has a "1 or 2 character prefix".
yaml-grammar/yaml-spec-1.2.yaml
Line 57 in 1504782
However, some rules have more than 2 characters. For example, rule 062
c-ns-esc-char
has 4 chars:c-ns
.Rule 201
seq-spaces
appears to have no prefix.Updating the rule names seems difficult. Perhaps the description should be updated to describe the possible prefixes?
The text was updated successfully, but these errors were encountered: