From edda8b6989adc4af573f9cafae5d7e1d39b2cf42 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 23 Sep 2017 12:46:11 -0700 Subject: [PATCH] fix --- .codeclimate.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1a9c8a20..629fb5cb 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,11 +8,14 @@ engines: enabled: true config: languages: - count_threshold: 3 # rule of three + # rule of three + count_threshold: 3 ruby: - mass_threshold: 66 # default: 18 + # default: 18 + mass_threshold: 66 javascript: - mass_threshold: 80 # default: 40 + # default: 40 + mass_threshold: 80 eslint: enabled: true channel: "eslint-3"