X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/7c7bc03cdf453194da4e449eccd1dc35d0952ced..e804dd196e65c6bf30dc4a65d6b2c3b9d9d42b6c:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9367e99..2cceb73 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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`