From 5c815d7647be048efabaffcd6fb01de19145275a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Wed, 21 Aug 2019 13:01:47 +0200 Subject: [PATCH] feat: add new rule for codebeat --- .codebeatsettings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codebeatsettings b/.codebeatsettings index b6e4c47..81a6679 100644 --- a/.codebeatsettings +++ b/.codebeatsettings @@ -1,5 +1,6 @@ { "SWIFT": { - "TOO_MANY_FUNCTIONS": [50, 100, 150, 200] + "TOO_MANY_FUNCTIONS": [50, 100, 150, 200], + "TOTAL_LOC": [200, 400, 500, 600] } } \ No newline at end of file