aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-06-29 10:31:21 +0100
committerMike McQuaid2017-06-29 10:31:38 +0100
commit76ed7898d002ed36e397c908f00589f62b78e641 (patch)
treeefe52cd9c6cde6476be36ef7252409cc4fff9d5f /Library
parent0f9f8fad13b771d67f137f90b598edd5ff8463ac (diff)
downloadbrew-76ed7898d002ed36e397c908f00589f62b78e641.tar.bz2
rubocop: bump PerceivedComplexity max.
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: