Selaa lähdekoodia

ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/262
tags/v1.7.0
Imran Iqbal 4 vuotta sitten
vanhempi
commit
426b29c211
No account linked to committer's email address
2 muutettua tiedostoa jossa 9 lisäystä ja 6 poistoa
  1. +6
    -6
      .pre-commit-config.yaml
  2. +3
    -0
      CODEOWNERS

+ 6
- 6
.pre-commit-config.yaml Näytä tiedosto

@@ -47,9 +47,9 @@ repos:
- id: salt-lint
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
# - repo: https://github.com/myint/rstcheck
# rev: 3f929574
# hooks:
# - id: rstcheck
# name: Check reST files using rstcheck
# args: [--report=warning]
- repo: https://github.com/myint/rstcheck
rev: 3f929574
hooks:
- id: rstcheck
name: Check reST files using rstcheck
args: [--report=warning]

+ 3
- 0
CODEOWNERS Näytä tiedosto

@@ -11,6 +11,7 @@
# SECTION: Owner(s) for files/directories related to `semantic-release`
# FILE PATTERN OWNER(S)
/.github/workflows/ @saltstack-formulas/ssf
/bin/install-hooks @saltstack-formulas/ssf
/bin/kitchen @saltstack-formulas/ssf
/docs/AUTHORS.rst @saltstack-formulas/ssf
/docs/CHANGELOG.rst @saltstack-formulas/ssf
@@ -21,6 +22,8 @@
/test/integration/**/README.md @saltstack-formulas/ssf
/.gitignore @saltstack-formulas/ssf
/.cirrus.yml @saltstack-formulas/ssf
/.pre-commit-config.yaml @saltstack-formulas/ssf
/.rstcheck.cfg @saltstack-formulas/ssf
/.rubocop.yml @saltstack-formulas/ssf
/.salt-lint @saltstack-formulas/ssf
/.travis.yml @saltstack-formulas/ssf

Loading…
Peruuta
Tallenna