Tina Müller (tinita)
Tina Müller (tinita)
pull requests welcome
I also think that in case of `ignore-from-file` it should not complain about a missing file. One use case is: We would like to symlink a .yamllint file from an...
(Just a note to clarify, the YAML spec doesn't "suggest" this as the best style, there are many other examples in the spec that use the more compact style)
pyyaml is correct here. It implements YAML 1.1. The YAML 1.1 spec requires at least a dot, and a `+` or `-` after the `e`: https://yaml.org/type/float.html For better comparison have...
I created a PR to fix one of the problems: - #11818
I would also like to see an option to pull recommended modules automatically. It can be a lot of work to find out which modules to pull manually (try installing...
See https://github.com/yaml/libyaml/wiki/YAML-1.2 for the status on YAML 1.2. There are no configure options regarding that, it is already close to YAML 1.2 by default.
Note that there are other things where libyaml diverges from the spec, that don't have anything to do with the differences of 1.1 and 1.2. I collected those cases for...
@andry81 that has nothing to do with YAML 1.2 support, so it doesn't belong in this issue.
I recommend to try out [libfyaml](https://github.com/pantoniou/libfyaml). It fully supports YAML 1.2. Depending on your use cases it might already have every functionality you need.