Browse Source

Add codebeat files

tags/v1.21.12.1
Unknwon 9 years ago
parent
commit
21f25799b4
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