X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/0162a0e0eec317a6038a3fd00786b2381eb30e2d..3d4138ef0c1ad1863989aa38d6e1a0b10490b977:/.yamllint diff --git a/.yamllint b/.yamllint index 8e3a23c..241d51c 100644 --- a/.yamllint +++ b/.yamllint @@ -11,8 +11,8 @@ extends: default ignore: | node_modules/ test/**/states/**/*.sls - test/**/pillar/**/*.sls .kitchen/ + test/**/pillar/**/*.sls yaml-files: # Default settings @@ -31,7 +31,7 @@ rules: line-length: # Increase from default of `80` # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`) - max: 100 + max: 88 octal-values: forbid-implicit-octal: true forbid-explicit-octal: true