Skip to content

Commit

Permalink
chore(pre-commit): use info report level for rstcheck [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#325
  • Loading branch information
myii committed May 20, 2021
1 parent f4b7e31 commit 6db29e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]
3 changes: 2 additions & 1 deletion .rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[rstcheck]
report=error
report=info
ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

0 comments on commit 6db29e5

Please sign in to comment.