Skip to content

Commit

Permalink
chore: notlint mnd
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Sep 10, 2024
1 parent f0d66f0 commit 40d9519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func New(cfg Config) *zap.Logger {
}

core := zapcore.NewTee(cores...)
zapOpts := make([]zap.Option, 0, 2)
zapOpts := make([]zap.Option, 0, 2) // nolint:mnd
zapOpts = append(zapOpts, zap.AddCaller())

Check warning on line 33 in internal/logger/logger.go

View check run for this annotation

Codecov / codecov/patch

internal/logger/logger.go#L32-L33

Added lines #L32 - L33 were not covered by tests

if cfg.Stacktrace {
Expand Down

0 comments on commit 40d9519

Please sign in to comment.