Skip to content

Commit 004b1a8

Browse files
committed
chore(yamllint): update ignored paths and add octal-values
* Automated using myii/ssf-formula#59
1 parent a26517b commit 004b1a8

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
@@ -38,3 +40,6 @@ rules:
3840
# Increase from default of `80`
3941
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
4042
max: 88
43+
octal-values:
44+
forbid-implicit-octal: true
45+
forbid-explicit-octal: true

0 commit comments

Comments
 (0)