Skip to content

Commit 9cd0f0b

Browse files
committed
chore(pre-commit): use info report level for rstcheck [skip ci]
* Automated using myii/ssf-formula#325
1 parent c2c7e8b commit 9cd0f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ repos:
5252
- id: rstcheck
5353
name: Check reST files using rstcheck
5454
exclude: 'docs/CHANGELOG.rst'
55-
args: [--report=warning]

.rstcheck.cfg

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

0 commit comments

Comments
 (0)