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 6dc94ca commit 74a90dfCopy full SHA for 74a90df
.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