From 055f95b62dae20eaa34a4cf2a4919b1fbd0da4ed Mon Sep 17 00:00:00 2001 From: Stefan Lance Date: Sat, 20 Jun 2015 15:49:57 -0500 Subject: Show deprecation warning when using --binstubs --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 8ad27fbe1f..cbce695fbd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -118,3 +118,8 @@ Metrics/AbcSize: Metrics/CyclomaticComplexity: Enabled: false + +# It will be obvious which code is complex, Rubocop should only lint simple +# rules for us. +Metrics/PerceivedComplexity: + Enabled: false -- cgit v1.2.1