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
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
Original file line number Diff line number Diff line change 2323 lookup :
2424 key_directory : ' /etc/bind/keys' # Key directory (needed to use auto-dnssec)
2525 key_algorithm : RSASHA256 # Algorithm when using auto-dnssec
26- key_algorithm_field : 008 # See http://www.bind9.net/dns-sec-algorithm-numbers
26+ key_algorithm_field : ' 008' # See http://www.bind9.net/dns-sec-algorithm-numbers
2727 key_size : 4096 # Key size
2828
2929 config :
You can’t perform that action at this time.
0 commit comments