1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacでCLIでYAMLの構文チェックをする方法

Posted at

目的

Mac OSで、YAMLファイルの構文チェッカ(Linter)を、CLI経由で使えるようにする。

Install

参考: https://formulae.brew.sh/formula/yliamllint

bash
$ brew install yamllint

使い方

参考: https://github.com/adrienverge/yamllint

bash
$ yamllint target-file.yaml
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?