Procházet zdrojové kódy

chore(pre-commit): use `info` report level for `rstcheck` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/325
tags/v1.3.0
Imran Iqbal před 3 roky
rodič
revize
e2d84b8a08
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +0
    -1
      .pre-commit-config.yaml
  2. +2
    -1
      .rstcheck.cfg

+ 0
- 1
.pre-commit-config.yaml Zobrazit soubor

@@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]

+ 2
- 1
.rstcheck.cfg Zobrazit soubor

@@ -1,3 +1,4 @@
[rstcheck]
report=error
report=info
ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

Načítá se…
Zrušit
Uložit