test: standardise use of `share` suite & `_mapdata` state [skip ci]
[arvados-formula.git] / .rubocop.yml
index 9367e99c44f3fadbabb388b0725c8b75bb7e5ece..2cceb739b24f10c62274ee72abd2734c3c15c6a9 100644 (file)
@@ -7,7 +7,7 @@ Layout/LineLength:
   # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
   Max: 88
 Metrics/BlockLength:
-  ExcludedMethods:
+  IgnoredMethods:
     - control
     - describe
   # Increase from default of `25`