1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00

Add codebeat files

This commit is contained in:
Unknwon 2016-08-08 20:03:46 -07:00
parent 90af997fec
commit 21f25799b4
2 changed files with 11 additions and 0 deletions

6
.codebeatignore Normal file
View File

@ -0,0 +1,6 @@
conf/**
docker/**
public/**
packager/**
scripts/**
templates/**

5
.codebeatsettings Normal file
View File

@ -0,0 +1,5 @@
{
"GOLANG": {
"TOO_MANY_IVARS": [20, 50, 70, 99]
}
}