Skip to content

Commit

Permalink
add codebeat config
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Nov 16, 2019
1 parent ddfecf5 commit 936c6f7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .codebeatsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"GOLANG": {
"TOO_MANY_IVARS": [
10,
12,
15,
18
],
"LOC": [
30,
50,
80,
100
],
"TOTAL_LOC": [
200,
400,
500,
600
],
"TOO_MANY_FUNCTIONS": [
30,
40,
45,
46
]
}
}

0 comments on commit 936c6f7

Please sign in to comment.