We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
info
rstcheck
1 parent c2c7e8b commit 9cd0f0bCopy full SHA for 9cd0f0b
.pre-commit-config.yaml
@@ -52,4 +52,3 @@ repos:
52
- id: rstcheck
53
name: Check reST files using rstcheck
54
exclude: 'docs/CHANGELOG.rst'
55
- args: [--report=warning]
.rstcheck.cfg
@@ -1,3 +1,4 @@
1
[rstcheck]
2
-report=error
+report=info
3
ignore_language=rst
4
+ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)
0 commit comments