Skip to content

Commit

Permalink
Updated codebeat settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
sitomani committed Jun 15, 2019
1 parent d23a307 commit e302342
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .codebeatsettings
@@ -1,5 +1,10 @@
{
"SWIFT": {
"TOO_MANY_IVARS": [14, 14, 14, 20]
"TOO_MANY_IVARS": [8, 12, 16, 20],
"TOO_MANY_FUNCTIONS": [46, 55, 65, 85],
"ARITY" : [5, 6, 7, 8],
"ABC": [15, 25, 50, 70],
"TOTAL_COMPLEXITY": [100, 180, 280, 400],
"TOTAL_LOC": [250, 300, 350, 450]
}
}

0 comments on commit e302342

Please sign in to comment.