refactor project

This commit is contained in:
Jeff
2019-03-23 00:51:03 +08:00
parent 870fc29309
commit 232b4efaad
2635 changed files with 0 additions and 918716 deletions

View File

@@ -1,19 +0,0 @@
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
linters:
enable-all: true
disable:
- maligned