feat(semantic-release): standardise for this formula
[arvados-formula.git] / .yamllint
index 8e3a23c35f4ea954dddf6acdc7c642a7930689b6..241d51caff44583571efad5138ecd24d6d84f014 100644 (file)
--- 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