From e0d7f2b13301607fe2721deb3804f7ef32207bff Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 2 Dec 2016 17:20:14 -0500 Subject: [PATCH] try enabling count threshold on rubocop --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index fbd96af2..719b2807 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,6 +8,7 @@ engines: enabled: true config: languages: + count_threshold: 3 # rule of three ruby: mass_threshold: 36 # default: 18 javascript: