X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/06050e0a5377d3d6a4c54c7f50fe53a06a07c837..82e381619cd53f5dc5093e3a412b83405fdbe5d8:/.yamllint diff --git a/.yamllint b/.yamllint index 8e3a23c..3227fb8 100644 --- a/.yamllint +++ b/.yamllint @@ -9,10 +9,11 @@ extends: default # 2. Any SLS files under directory `test/`, which are actually state files # 3. Any YAML files under directory `.kitchen/`, introduced during local testing ignore: | + .cache/ node_modules/ test/**/states/**/*.sls - test/**/pillar/**/*.sls .kitchen/ + test/**/pillar/**/*.sls yaml-files: # Default settings @@ -31,7 +32,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