mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-02-21 15:13:13 +03:00
disable lint for tests
This commit is contained in:
parent
139c7e29e2
commit
761eea9795
@ -2,6 +2,7 @@ run:
|
||||
skip-dirs-use-default: true
|
||||
allow-parallel-runners: true
|
||||
modules-download-mode: readonly
|
||||
tests: false
|
||||
|
||||
output:
|
||||
format: colored-line-number
|
||||
|
@ -37,6 +37,7 @@ type BufferedLogger interface {
|
||||
// // Some other code that works with logger.
|
||||
// fmt.Println(log.String())
|
||||
type BufferLogger struct {
|
||||
_ *zap.Logger
|
||||
logger.Default
|
||||
buf LockableBuffer
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user