From c69fd6bf047cf426a94447e06450ca7f39594e23 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 1 Apr 2020 18:43:56 +0100 Subject: [PATCH] chore(rubocop): relax `Metrics/BlockLength` for new tests * Checked using https://github.com/myii/ssf-formula/pull/145 --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 96fd6e5..fa4b05d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,3 +8,5 @@ Layout/LineLength: Max: 88 # Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config` +Metrics/BlockLength: + Max: 39