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