diff options
author | Unknwon <u@gogs.io> | 2016-08-08 23:26:10 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-08 23:26:10 -0700 |
commit | 87954dbfeb28a8e883e18123bf92a3bbcc839cd8 (patch) | |
tree | 67a6e635cb704710cc62b6f1a2d105b9e2238f9a /.codebeatsettings | |
parent | 699c71d319138b326bcb4fdf8e6eeac03c82e5b9 (diff) | |
download | gitea-87954dbfeb28a8e883e18123bf92a3bbcc839cd8.tar.gz gitea-87954dbfeb28a8e883e18123bf92a3bbcc839cd8.zip |
Adjust .codebeatsettings
Diffstat (limited to '.codebeatsettings')
-rw-r--r-- | .codebeatsettings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.codebeatsettings b/.codebeatsettings index 7f1f85d051..c6ee5c9815 100644 --- a/.codebeatsettings +++ b/.codebeatsettings @@ -1,5 +1,7 @@ { "GOLANG": { + "TOTAL_LOC": [500, 999, 1999, 9999], + "TOO_MANY_FUNCTIONS": [50, 99, 199, 999], "TOO_MANY_IVARS": [20, 50, 70, 99] } }
\ No newline at end of file |