Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / .codebeatsettings
1 {
2   "GOLANG": {
3   "ABC":[15, 25, 50, 70],
4   "BLOCK_NESTING":[5, 6, 7, 8],
5   "CYCLO":[20, 30, 45, 60],
6     "TOO_MANY_IVARS": [15, 18, 20, 25],
7     "TOO_MANY_FUNCTIONS": [20, 30, 40, 50],
8     "TOTAL_COMPLEXITY": [150, 250, 400, 500],
9     "LOC": [50, 75, 90, 120]
10   }
11 }