diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-08 07:24:00 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-08 07:24:00 +0900 |
| commit | 5f61b36a212185774a2ffa26fcf4017452dbafb1 (patch) | |
| tree | 1d3d60b44194e75e371ef46fa31476ff7f286a81 | |
| parent | 9079082b88bff75db87803bd1b49725a11b1fb2e (diff) | |
| parent | 6b892e652b669f094c0cb24f41f6f461108f4458 (diff) | |
| download | mruby-5f61b36a212185774a2ffa26fcf4017452dbafb1.tar.gz mruby-5f61b36a212185774a2ffa26fcf4017452dbafb1.zip | |
Merge pull request #5502 from jbampton/add-docs-yamllint
Add information on yamllint as comments
| -rw-r--r-- | .github/linters/.yaml-lint.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml index 88f3b4eb9..be4c88798 100644 --- a/.github/linters/.yaml-lint.yml +++ b/.github/linters/.yaml-lint.yml @@ -1,5 +1,6 @@ --- - +# https://yamllint.readthedocs.io/en/stable/ +# yamllint --strict -c .github/linters/.yaml-lint.yml . extends: default rules: |
