summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-08-24 00:54:54 -0700
committerAndre Arko <andre@arko.net>2015-08-24 00:54:54 -0700
commite46a40c9dff5f8608887255b7c55215233342c3c (patch)
treec814455c4e307a8cb84c2ac71aadf0503f639f8e
parent3e4f55db30c0e5aa3650c44e7d6dfe429b6842a4 (diff)
downloadbundler-further_disablement.tar.gz
disable ALL the metricsfurther_disablement
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 38bbcc04bb..cd4ca63fa1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -91,3 +91,6 @@ Metrics/AbcSize:
Metrics/CyclomaticComplexity:
Enabled: false
+
+Metrics/PerceivedComplexity:
+ Enabled: false