Skip to content

Commit 093c38e

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

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Diff for: .pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ repos:
3939
- id: salt-lint
4040
name: Check Salt files using salt-lint
4141
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
42-
# - repo: https://github.com/myint/rstcheck
43-
# rev: 3f929574
44-
# hooks:
45-
# - id: rstcheck
46-
# name: Check reST files using rstcheck
47-
# args: [--report=warning]
42+
- repo: https://github.com/myint/rstcheck
43+
rev: 3f929574
44+
hooks:
45+
- id: rstcheck
46+
name: Check reST files using rstcheck
47+
args: [--report=warning]

Diff for: CODEOWNERS

+3
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)