Skip to content

Commit 2a23743

Browse files
committed
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using myii/ssf-formula#290
1 parent 1920340 commit 2a23743

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
files: ^.*\.(sh|bash|ksh)$
2626
types: []
2727
args: []
28-
- repo: https://github.com./adrienverge/yamllint.git
28+
- repo: https://github.com./adrienverge/yamllint
2929
rev: v1.23.0
3030
hooks:
3131
- id: yamllint

CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
/docs/AUTHORS.rst @saltstack-formulas/ssf
1616
/docs/CHANGELOG.rst @saltstack-formulas/ssf
1717
/docs/TOFS_pattern.rst @saltstack-formulas/ssf
18+
/*/_mapdata/ @saltstack-formulas/ssf
1819
/*/libsaltcli.jinja @saltstack-formulas/ssf
1920
/*/libtofs.jinja @saltstack-formulas/ssf
21+
/test/integration/**/_mapdata_spec.rb @saltstack-formulas/ssf
22+
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf
2023
/test/integration/**/inspec.yml @saltstack-formulas/ssf
2124
/test/integration/**/README.md @saltstack-formulas/ssf
2225
/.gitignore @saltstack-formulas/ssf

0 commit comments

Comments
 (0)