chore(rubocop): relax Metrics/BlockLength for new tests

* Checked using https://github.com/myii/ssf-formula/pull/145
This commit is contained in:
Imran Iqbal 2020-04-01 18:43:56 +01:00
parent 204efe5fc7
commit c69fd6bf04
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -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