Explorar el Código

Add codebeat files

Unknwon hace 7 años
padre
commit
21f25799b4
Se han modificado 2 ficheros con 11 adiciones y 0 borrados
  1. 6 0
      .codebeatignore
  2. 5 0
      .codebeatsettings

+ 6 - 0
.codebeatignore

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

+ 5 - 0
.codebeatsettings

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