File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
# vim: ft=yaml
3
3
---
4
4
# Extend the `default` configuration provided by `yamllint`
5
- extends : default
5
+ extends : ' default'
6
6
7
7
# Files to ignore completely
8
- # 1. All YAML files under directory `node_modules/`, introduced during the Travis run
9
- # 2. Any SLS files under directory `test/`, which are actually state files
10
- # 3. Any YAML files under directory `.kitchen/`, introduced during local testing
8
+ # 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
9
+ # 2. All YAML files under directory `.git/`
10
+ # 3. All YAML files under directory `node_modules/`, introduced during the Travis run
11
+ # 4. Any SLS files under directory `test/`, which are actually state files
12
+ # 5. Any YAML files under directory `.kitchen/`, introduced during local testing
11
13
ignore : |
12
14
.cache/
15
+ .git/
13
16
node_modules/
14
17
test/**/states/**/*.sls
15
18
.kitchen/
You can’t perform that action at this time.
0 commit comments