File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
1011ignore : |
1112 node_modules/
1213 test/**/states/**/*.sls
14+ .kitchen/
1315
1416yaml-files :
1517 # Default settings
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
Original file line number Diff line number Diff line change 148148 listen : /var/run/php5-fpm-myapp.sock
149149 listen.owner : www-data
150150 listen.group : www-data
151- listen.mode : 0660
151+ listen.mode : ' 0660'
152152 pm : dynamic
153153 pm.max_children : 5
154154 pm.start_servers : 2
You can’t perform that action at this time.
0 commit comments