summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-08-18 16:44:36 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-18 19:14:34 -0500
commit7432cd5effb174316c281aefa7907929d4dde3bc (patch)
tree4a98ec0b9cb79f29831c950b253840829af53a5a /.rubocop.yml
parent54ff7a4fb827ec36d5cac2fac843993f28b19077 (diff)
downloadbundler-7432cd5effb174316c281aefa7907929d4dde3bc.tar.gz
Block resolving to older versions during an updateseg-block-update-regressions
This is currently behind the only_update_to_newer_versions setting
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cbce695fbd..b027d4cf54 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -119,6 +119,9 @@ Metrics/AbcSize:
Metrics/CyclomaticComplexity:
Enabled: false
+Metrics/ParameterLists:
+ Enabled: false
+
# It will be obvious which code is complex, Rubocop should only lint simple
# rules for us.
Metrics/PerceivedComplexity: