aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorNat Lasseter <66247271+nl987@users.noreply.github.com>2020-11-11 16:01:43 +0000
committerGitHub <noreply@github.com>2020-11-11 16:01:43 +0000
commitc218b3ab2cecab7efafdb8f9f3f18cb725dc9634 (patch)
treea7cd4945c95c14a8ebcd867c8a8cbdfadbe58ea7 /.rubocop.yml
parent72937de200cb22b300970c7080a8a5040737010f (diff)
parentfdc0cc08592e4606e684951b5e2503832b15d148 (diff)
Merge pull request #2 from university-of-york/slurm_number_jobs
New raider: number of jobs by partition, user, and state
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 7 insertions, 0 deletions
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