Skip to content

Commit 10fc975

Browse files
committed
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using myii/ssf-formula#310
1 parent 48d5397 commit 10fc975

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.yamllint

+2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ extends: 'default'
1010
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
1111
# 4. Any SLS files under directory `test/`, which are actually state files
1212
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
13+
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
1314
ignore: |
1415
.cache/
1516
.git/
1617
node_modules/
1718
test/**/states/**/*.sls
1819
.kitchen/
20+
kitchen.vagrant.yml
1921
test/salt/pillar/default.sls
2022
2123
yaml-files:

CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
/Gemfile @saltstack-formulas/ssf
4444
/Gemfile.lock @saltstack-formulas/ssf
4545
/kitchen.yml @saltstack-formulas/ssf
46+
/kitchen.vagrant.yml @saltstack-formulas/ssf
47+
/kitchen.windows.yml @saltstack-formulas/ssf
4648
/pre-commit_semantic-release.sh @saltstack-formulas/ssf
4749
/release-rules.js @saltstack-formulas/ssf
4850
/release.config.js @saltstack-formulas/ssf

0 commit comments

Comments
 (0)