Skip to content

Commit 402f6f2

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.yamllint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ 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. Any YAML files under directory `.kitchen/`, introduced during local testing
1011
ignore: |
1112
node_modules/
1213
test/**/states/**/*.sls
14+
.kitchen/
1315
1416
yaml-files:
1517
# Default settings
@@ -28,3 +30,6 @@ rules:
2830
# Increase from default of `80`
2931
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
3032
max: 88
33+
octal-values:
34+
forbid-implicit-octal: true
35+
forbid-explicit-octal: true

0 commit comments

Comments
 (0)