Explorar el Código

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

* Automated using https://github.com/myii/ssf-formula/pull/325
tags/v1.8.5
Imran Iqbal hace 3 años
padre
commit
eb13e826f6
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +0
    -1
      .pre-commit-config.yaml
  2. +2
    -1
      .rstcheck.cfg

+ 0
- 1
.pre-commit-config.yaml Ver fichero

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

+ 2
- 1
.rstcheck.cfg Ver fichero

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

Cargando…
Cancelar
Guardar