From 7432cd5effb174316c281aefa7907929d4dde3bc Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 18 Aug 2016 16:44:36 -0500 Subject: Block resolving to older versions during an update This is currently behind the only_update_to_newer_versions setting --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') 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: -- cgit v1.2.1