ci(pre-commit): enable/disable rstcheck
as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
This commit is contained in:
parent
d0e7c0a19e
commit
013b2cd3b8
@ -47,9 +47,9 @@ repos:
|
|||||||
- id: salt-lint
|
- id: salt-lint
|
||||||
name: Check Salt files using salt-lint
|
name: Check Salt files using salt-lint
|
||||||
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
|
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
|
||||||
# - repo: https://github.com/myint/rstcheck
|
- repo: https://github.com/myint/rstcheck
|
||||||
# rev: 3f929574
|
rev: 3f929574
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: rstcheck
|
- id: rstcheck
|
||||||
# name: Check reST files using rstcheck
|
name: Check reST files using rstcheck
|
||||||
# args: [--report=warning]
|
args: [--report=warning]
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# SECTION: Owner(s) for files/directories related to `semantic-release`
|
# SECTION: Owner(s) for files/directories related to `semantic-release`
|
||||||
# FILE PATTERN OWNER(S)
|
# FILE PATTERN OWNER(S)
|
||||||
/.github/workflows/ @saltstack-formulas/ssf
|
/.github/workflows/ @saltstack-formulas/ssf
|
||||||
|
/bin/install-hooks @saltstack-formulas/ssf
|
||||||
/bin/kitchen @saltstack-formulas/ssf
|
/bin/kitchen @saltstack-formulas/ssf
|
||||||
/docs/AUTHORS.rst @saltstack-formulas/ssf
|
/docs/AUTHORS.rst @saltstack-formulas/ssf
|
||||||
/docs/CHANGELOG.rst @saltstack-formulas/ssf
|
/docs/CHANGELOG.rst @saltstack-formulas/ssf
|
||||||
@ -24,6 +25,8 @@
|
|||||||
/test/integration/**/README.md @saltstack-formulas/ssf
|
/test/integration/**/README.md @saltstack-formulas/ssf
|
||||||
/.gitignore @saltstack-formulas/ssf
|
/.gitignore @saltstack-formulas/ssf
|
||||||
/.cirrus.yml @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
|
/.rubocop.yml @saltstack-formulas/ssf
|
||||||
/.salt-lint @saltstack-formulas/ssf
|
/.salt-lint @saltstack-formulas/ssf
|
||||||
/.travis.yml @saltstack-formulas/ssf
|
/.travis.yml @saltstack-formulas/ssf
|
||||||
|
Loading…
Reference in New Issue
Block a user