aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
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: