mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-04 22:03:33 +03:00
disable lint for tests
This commit is contained in:
parent
139c7e29e2
commit
761eea9795
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue