by shigemk2

当面は技術的なことしか書かない

YAML

yamllint 1.31.0

ビルド: setup.pyからpyproject.tomlへの移行 ドキュメント: 古いURLの更新 ルールコロン: スペースが必須の場合のエラー防止 github.com

yamllint 1.30.0

Rule anchors: add new rule to detect undeclared or duplicated anchors Python API: prevent using is_file_ignored() with null filepath Docs: fix misleading Python API example Docs: fix plain text code snippet example Docs: update pre-commit …

yq split into multiple files

-s で ---で区切られているYAMLを複数ファイルに分割する。 こういうやつ a: test_doc1 --- a: test_doc2 mikefarah.gitbook.io

yamllint 1.28.0

Release v1.28.0 · adrienverge/yamllint · GitHub Better compress PNG image in documentation Remove __future__ imports specific to Python 2 Remove inheritance from object specific to Python 2 Simplify GitHub Actions example in documentation …

YAML specification

YAML specification これは前にやったかも。現行のバージョンは1.2 なおhttpsは未対応 http://yaml.org/

yaml specification

yaml specification なんかこういう書き方はあんまりよくないかも retry: count=3 sleep_time=30 execute: echo 1 execute: test -e /tmp/foo.txt http://yaml.org/spec/1.2/spec.html