File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
1112ignore : |
1213 node_modules/
1314 test/**/states/**/*.sls
15+ .kitchen/
1416 pillar.example
1517 postgres/codenamemap.yaml
1618 postgres/osfamilymap.yaml
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
You can’t perform that action at this time.
0 commit comments