chore(pre-commit): use info
report level for rstcheck
[skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
This commit is contained in:
parent
b8677339cc
commit
eb13e826f6
@ -52,4 +52,3 @@ repos:
|
||||
- id: rstcheck
|
||||
name: Check reST files using rstcheck
|
||||
exclude: 'docs/CHANGELOG.rst'
|
||||
args: [--report=warning]
|
||||
|
@ -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…
Reference in New Issue
Block a user