From 51298f156bcdb745c6146b75ae9e08dc824340e9 Mon Sep 17 00:00:00 2001 From: Michael H Date: Sun, 17 Nov 2019 11:08:30 -0500 Subject: [PATCH] pt2 (#3132) --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index af8faac04..fba462070 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -16,6 +16,7 @@ checks: threshold: 5 method-count: enabled: false # I would set this lower if not for cogs as command containers. + config: threshold: 20 method-lines: enabled: false @@ -40,4 +41,4 @@ plugins: radon: enabled: true config: - threshold: "D" \ No newline at end of file + threshold: "D"