1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-17 11:06:19 +02:00

Merge branch 'master' of ssh://github.com/asim/go-micro

This commit is contained in:
Asim Aslam 2020-12-12 19:39:14 +00:00
commit e2034b2438

View File

@ -1,26 +0,0 @@
run:
deadline: 10m
linters:
disable-all: false
enable-all: false
enable:
- megacheck
- staticcheck
- deadcode
- varcheck
- gosimple
- unused
- prealloc
- scopelint
- gocritic
- goimports
- unconvert
- govet
- nakedret
- structcheck
- gosec
disable:
- maligned
- interfacer
- typecheck
- dupl