We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
octal-values
1 parent a26517b commit 004b1a8Copy full SHA for 004b1a8
.yamllint
@@ -7,9 +7,11 @@ extends: default
7
# Files to ignore completely
8
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
9
# 2. Any SLS files under directory `test/`, which are actually state files
10
+# 3. Any YAML files under directory `.kitchen/`, introduced during local testing
11
ignore: |
12
node_modules/
13
test/**/states/**/*.sls
14
+ .kitchen/
15
16
yaml-files:
17
# Default settings
@@ -38,3 +40,6 @@ rules:
38
40
# Increase from default of `80`
39
41
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
42
max: 88
43
+ octal-values:
44
+ forbid-implicit-octal: true
45
+ forbid-explicit-octal: true
0 commit comments