Matt McKay
Results
2
issues of
Matt McKay
yamllint 1.26.1 (latest) does not flag references to anchors that don't exist. ```yaml --- foo: &foo keyA: value1 bar:
Insert a small sleep when polling stdin Resolves https://github.com/Textualize/toolong/issues/48 Here is how to reproduce this issue ``` $ tl --version tl, version 1.4.0 $ echo '{"foo": "bar"}' > /tmp/log.json $...