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
7
7
# Files to ignore completely
8
8
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
9
9
# 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
11
12
ignore : |
12
13
node_modules/
13
14
test/**/states/**/*.sls
15
+ .kitchen/
14
16
pillar.example
15
17
postgres/codenamemap.yaml
16
18
postgres/osfamilymap.yaml
35
37
# Increase from default of `80`
36
38
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
37
39
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