Merge branch '17601-register-shell-nodes-for-webshell'
[arvados-formula.git] / .rubocop.yml
index 80ad7973b45b246f964d9c9beb3e6804c40ad422..2cceb739b24f10c62274ee72abd2734c3c15c6a9 100644 (file)
@@ -6,4 +6,14 @@ Layout/LineLength:
   # Increase from default of `80`
   # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
   Max: 88
+Metrics/BlockLength:
+  IgnoredMethods:
+    - control
+    - describe
+  # Increase from default of `25`
+  Max: 30
+Security/YAMLLoad:
+  Exclude:
+    - test/integration/**/_mapdata.rb
+
 # Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`