Skip to content

Commit 8990e81

Browse files
committed
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using myii/ssf-formula#262
1 parent c9aeb37 commit 8990e81

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ repos:
4747
- id: salt-lint
4848
name: Check Salt files using salt-lint
4949
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
50-
# - repo: https://github.com/myint/rstcheck
51-
# rev: 3f929574
52-
# hooks:
53-
# - id: rstcheck
54-
# name: Check reST files using rstcheck
55-
# args: [--report=warning]
50+
- repo: https://github.com/myint/rstcheck
51+
rev: 3f929574
52+
hooks:
53+
- id: rstcheck
54+
name: Check reST files using rstcheck
55+
args: [--report=warning]

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# SECTION: Owner(s) for files/directories related to `semantic-release`
1212
# FILE PATTERN OWNER(S)
1313
/.github/workflows/ @saltstack-formulas/ssf
14+
/bin/install-hooks @saltstack-formulas/ssf
1415
/bin/kitchen @saltstack-formulas/ssf
1516
/docs/AUTHORS.rst @saltstack-formulas/ssf
1617
/docs/CHANGELOG.rst @saltstack-formulas/ssf
@@ -21,6 +22,8 @@
2122
/test/integration/**/README.md @saltstack-formulas/ssf
2223
/.gitignore @saltstack-formulas/ssf
2324
/.cirrus.yml @saltstack-formulas/ssf
25+
/.pre-commit-config.yaml @saltstack-formulas/ssf
26+
/.rstcheck.cfg @saltstack-formulas/ssf
2427
/.rubocop.yml @saltstack-formulas/ssf
2528
/.salt-lint @saltstack-formulas/ssf
2629
/.travis.yml @saltstack-formulas/ssf

0 commit comments

Comments
 (0)