From bb1cbef0f8c4d69b03ab8bed3c579420a056a428 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 23 Sep 2017 12:42:14 -0700 Subject: [PATCH] test codeclimate yml change --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a187069d..e0579420 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,9 +8,9 @@ engines: enabled: true config: languages: - count_threshold: 3 # rule of three + count_threshold: 3 # rule of three ruby: - mass_threshold: 36 # default: 18 + mass_threshold: 66 # default: 18 javascript: mass_threshold: 80 # default: 40 eslint: