mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-10 23:01:41 +00:00
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
73ee1c9b9f
commit
5e3c319931
2 changed files with 2 additions and 2 deletions
|
@ -44,4 +44,3 @@ repos:
|
||||||
- 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]
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[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…
Add table
Reference in a new issue