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,11 +7,13 @@ 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 Jinja templates under `ssf/files/` (result in `yamllint` syntax errors)
10+ # 3. Any YAML files under directory `.kitchen/`, introduced during local testing
11+ # 4. All Jinja templates under `ssf/files/` (result in `yamllint` syntax errors)
1112# Not disabling via. `*.yml` since we may end up with non-Jinja YAML files here
1213ignore : |
1314 node_modules/
1415 test/**/states/**/*.sls
16+ .kitchen/
1517 ssf/files/default/.cirrus.yml
1618 ssf/files/default/.travis.yml
1719 ssf/files/default/.yamllint
4042 # Increase from default of `80`
4143 # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
4244 max : 88
45+ octal-values :
46+ forbid-implicit-octal : true
47+ forbid-explicit-octal : true
You can’t perform that action at this time.
0 commit comments