Browse Source

Add codebeat files

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
15230a52ca
2 changed files with 11 additions and 0 deletions
  1. +6
    -0
      .codebeatignore
  2. +5
    -0
      .codebeatsettings

+ 6
- 0
.codebeatignore View File

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

+ 5
- 0
.codebeatsettings View File

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

Loading…
Cancel
Save