Skip to content

Commit e546fc3

Browse files
committed
chore(yamllint): update ignored paths and add octal-values [skip ci]
* Automated using myii/ssf-formula#59
1 parent 4975410 commit e546fc3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.yamllint

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ extends: default
77
# Files to ignore completely
88
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
99
# 2. Any SLS files under directory `test/`, which are actually state files
10-
# 3. All YAML files heavily reliant on Jinja; these can be tackled in a subsequent PR
10+
# 3. Any YAML files under directory `.kitchen/`, introduced during local testing
11+
# 4. All YAML files heavily reliant on Jinja; these can be tackled in a subsequent PR
1112
ignore: |
1213
node_modules/
1314
test/**/states/**/*.sls
15+
.kitchen/
1416
pillar.example
1517
postgres/codenamemap.yaml
1618
postgres/osfamilymap.yaml
@@ -35,3 +37,6 @@ rules:
3537
# Increase from default of `80`
3638
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
3739
max: 88
40+
octal-values:
41+
forbid-implicit-octal: true
42+
forbid-explicit-octal: true

0 commit comments

Comments
 (0)