作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我将预提交与这个 .pre-commit-config.yaml 文件(提取)一起使用:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.2
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
Check Yaml...................Failed
hookid: check-yaml
expected a single document in the stream
in "modules.yml", line 1, column 1
but found another document
in "modules.yml", line 4, column 1
repo: ssh://git.tranquilit.local/odoo-11-oca-tis/OCB.git
root: 8.0
branch: 8.0-tis
---
repo: ssh://git.tranquilit.local/odoo-71-tis/tis-addons.git
origin: tis
branch: 8.0
modules:
#- attachment_rename
#- partner_firstname
- tis_account_analytic_recurrent_invoicing
最佳答案
该问题现在在预提交版本 1.1.0 中得到解决:https://github.com/pre-commit/pre-commit/issues/635
谢谢你的帮助。
您可以通过设置 args: [--allow-multiple-documents]
来启用这个新选项。 , 例如:
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
关于yaml - 预提交检查 yaml 错误 : "expected a single document in the stream",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46074336/
我是一名优秀的程序员,十分优秀!