Skip to content

Commit 869c344

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

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
@@ -31,3 +33,6 @@ rules:
3133
# Increase from default of `80`
3234
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
3335
max: 88
36+
octal-values:
37+
forbid-implicit-octal: true
38+
forbid-explicit-octal: true

0 commit comments

Comments
 (0)