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 9866610 commit 869c344Copy full SHA for 869c344
.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
@@ -31,3 +33,6 @@ rules:
31
33
# Increase from default of `80`
32
34
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
35
max: 88
36
+ octal-values:
37
+ forbid-implicit-octal: true
38
+ forbid-explicit-octal: true
0 commit comments