Browse Source

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

* Automated using https://github.com/myii/ssf-formula/pull/325
tags/v1.3.0
Imran Iqbal 3 years ago
parent
commit
abbfe162a1
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. +0
    -1
      .pre-commit-config.yaml
  2. +2
    -1
      .rstcheck.cfg

+ 0
- 1
.pre-commit-config.yaml View File

- id: rstcheck - id: rstcheck
name: Check reST files using rstcheck name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst' exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]

+ 2
- 1
.rstcheck.cfg View File

[rstcheck] [rstcheck]
report=error
report=info
ignore_language=rst ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

Loading…
Cancel
Save