From e723dc13be1e2e90fcf3ac9b97e8d159572f1d01 Mon Sep 17 00:00:00 2001 From: Maxim Rydkin Date: Tue, 12 Sep 2017 17:27:29 +0000 Subject: Decrease Perceived Complexity threshold to 15 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index dc97a61b4a6..dbeb1880d39 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -665,7 +665,7 @@ Metrics/ParameterLists: # A complexity metric geared towards measuring complexity for a human reader. Metrics/PerceivedComplexity: Enabled: true - Max: 17 + Max: 15 # Lint ######################################################################## -- cgit v1.2.1