瀏覽代碼

chore(pre-commit): use `info` report level for `rstcheck` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/325
tags/v1.8.5
Imran Iqbal 3 年之前
父節點
當前提交
eb13e826f6
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +0
    -1
      .pre-commit-config.yaml
  2. +2
    -1
      .rstcheck.cfg

+ 0
- 1
.pre-commit-config.yaml 查看文件

@@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]

+ 2
- 1
.rstcheck.cfg 查看文件

@@ -1,3 +1,4 @@
[rstcheck]
report=error
report=info
ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

Loading…
取消
儲存