We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
info
rstcheck
1 parent 79feefa commit 809aaabCopy full SHA for 809aaab
.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