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