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