Skip to content

Commit 92e02f2

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

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
@@ -10,6 +10,7 @@
1010
# SECTION: Owner(s) for files/directories related to `semantic-release`
1111
# FILE PATTERN OWNER(S)
1212
/.github/workflows/ @saltstack-formulas/ssf
13+
/bin/install-hooks @saltstack-formulas/ssf
1314
/bin/kitchen @saltstack-formulas/ssf
1415
/docs/AUTHORS.rst @saltstack-formulas/ssf
1516
/docs/CHANGELOG.rst @saltstack-formulas/ssf
@@ -20,6 +21,8 @@
2021
/test/integration/**/README.md @saltstack-formulas/ssf
2122
/.gitignore @saltstack-formulas/ssf
2223
/.cirrus.yml @saltstack-formulas/ssf
24+
/.pre-commit-config.yaml @saltstack-formulas/ssf
25+
/.rstcheck.cfg @saltstack-formulas/ssf
2326
/.rubocop.yml @saltstack-formulas/ssf
2427
/.salt-lint @saltstack-formulas/ssf
2528
/.travis.yml @saltstack-formulas/ssf

0 commit comments

Comments
 (0)