Merge branch '17601-register-shell-nodes-for-webshell'
[arvados-formula.git] / .rubocop.yml
index 7c701f5eb7c3adc2e1090ebcd78570bc59159cc8..2cceb739b24f10c62274ee72abd2734c3c15c6a9 100644 (file)
@@ -6,6 +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`
-