mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-02-22 23:43:14 +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
|
skip-dirs-use-default: true
|
||||||
allow-parallel-runners: true
|
allow-parallel-runners: true
|
||||||
modules-download-mode: readonly
|
modules-download-mode: readonly
|
||||||
|
tests: false
|
||||||
|
|
||||||
output:
|
output:
|
||||||
format: colored-line-number
|
format: colored-line-number
|
||||||
|
@ -37,6 +37,7 @@ type BufferedLogger interface {
|
|||||||
// // Some other code that works with logger.
|
// // Some other code that works with logger.
|
||||||
// fmt.Println(log.String())
|
// fmt.Println(log.String())
|
||||||
type BufferLogger struct {
|
type BufferLogger struct {
|
||||||
|
_ *zap.Logger
|
||||||
logger.Default
|
logger.Default
|
||||||
buf LockableBuffer
|
buf LockableBuffer
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user