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
I am using env variable YAMLFIX_SEQUENCE_STYLE as "keep_style" and I have a yaml file like this
--- foo: - - bar:
after running yamlfix I got this
yamlfix
what is unexpected since I am specifying to not change the style. How can I avoid it? and if I run yamllint I got this:
$ yamllint a.yaml a.yaml 3:6 error too many spaces after hyphen (hyphens)
version used:
$ yamlfix --version ------------------------------------------------------------------ yamlfix: 1.17.0 Python: 3.12.3 Platform: Linux-6.8.0-48-generic-x86_64-with-glibc2.39 ------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
I am using env variable YAMLFIX_SEQUENCE_STYLE as "keep_style" and I have a yaml file like this
after running
yamlfix
I got thiswhat is unexpected since I am specifying to not change the style. How can I avoid it?
and if I run yamllint I got this:
version used:
The text was updated successfully, but these errors were encountered: