Skip to content

Commit

Permalink
Merge pull request #277 from xmidt-org/linter-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink authored May 22, 2023
2 parents 29db2d3 + c385746 commit a98d0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions basculeLogging.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func setLogger(logger *zap.Logger, lf ...LoggerFunc) func(delegate http.Handler)
kvs = f(kvs, r)
}
}
// nolint:staticcheck
kvs, _ = candlelight.AppendTraceInfo(r.Context(), kvs)
ctx := r.WithContext(sallust.With(r.Context(), logger))
delegate.ServeHTTP(w, ctx)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import (
"github.com/xmidt-org/candlelight"

// nolint:staticcheck

"github.com/xmidt-org/webpa-common/v2/adapter"
// nolint:staticcheck
"github.com/xmidt-org/webpa-common/v2/concurrent"

// nolint:staticcheck
Expand Down

0 comments on commit a98d0c4

Please sign in to comment.