From eb13e826f667642cfa26fc2a43988881c3db30fa Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Thu, 20 May 2021 14:10:38 +0100
Subject: [PATCH] chore(pre-commit): use `info` report level for `rstcheck`
[skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
---
.pre-commit-config.yaml | 1 -
.rstcheck.cfg | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ea8271b..9bc4109 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
- args: [--report=warning]
diff --git a/.rstcheck.cfg b/.rstcheck.cfg
index 05856dc..5383623 100644
--- a/.rstcheck.cfg
+++ b/.rstcheck.cfg
@@ -1,3 +1,4 @@
[rstcheck]
-report=error
+report=info
ignore_language=rst
+ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)
--
GitLab