From 76ed7898d002ed36e397c908f00589f62b78e641 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 29 Jun 2017 10:31:21 +0100 Subject: rubocop: bump PerceivedComplexity max. --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 21f123859..703912781 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -103,7 +103,7 @@ Metrics/ModuleLength: - '**/lib/**/*' Metrics/PerceivedComplexity: - Max: 80 + Max: 100 # makes code less readable for minor performance increases Performance/Caller: -- cgit v1.2.3