From fdc0cc08592e4606e684951b5e2503832b15d148 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 11 Nov 2020 15:43:56 +0000 Subject: slurm_number_jobs rubocop fixes --- .rubocop.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 48211dc..303f329 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,12 @@ Layout/LineLength: Max: 80 +Metrics/MethodLength: + CountAsOne: + - 'array' + - 'hash' + - 'heredoc' + Max: 20 + AllCops: NewCops: enable -- cgit v1.2.1