chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
[arvados-formula.git] / .yamllint
index 8e3a23c35f4ea954dddf6acdc7c642a7930689b6..3227fb8b1ff1773eda8727acfc3f3b22eca42eb0 100644 (file)
--- 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