From 89a49e34eded650b6afd436aa3beaa3ed7729210 Mon Sep 17 00:00:00 2001 From: Pan Thomakos Date: Mon, 12 Feb 2024 10:11:14 -0800 Subject: [PATCH] Bump arg count in codeclimate --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 77d0503..e1cf504 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,10 @@ version: "2" # required to adjust maintainability checks checks: + argument-count: + enabled: true + config: + threshold: 5 method-complexity: enabled: true config: