Skip to content

Commit 2c78b88

Browse files
committed
added codebeat settings
1 parent fd07ec0 commit 2c78b88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codebeatsettings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"SWIFT": {
3+
"ARITY": [6, 7, 8, 9],
4+
"TOO_MANY_IVARS": [10, 15, 20, 25],
5+
"TOO_MANY_METHODS": [30, 35, 40, 50],
6+
"TOTAL_LOC": [250, 300, 400, 500]
7+
}
8+
}

0 commit comments

Comments
 (0)