From 9cd0f0bb629c573f456617356b9ab5095a595722 Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Thu, 20 May 2021 14:11:33 +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