summaryrefslogtreecommitdiffstats
path: root/.codebeatsettings
blob: c6ee5c9815f0264bdc52719a44e9b532f76e0742 (plain)
1
2
3
4
5
6
7
{
	"GOLANG": {
		"TOTAL_LOC": [500, 999, 1999, 9999],
		"TOO_MANY_FUNCTIONS": [50, 99, 199, 999],
		"TOO_MANY_IVARS": [20, 50, 70, 99]
	}
}