Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Carpenter <[email protected]>
  • Loading branch information
tommyjcarpenter committed Apr 2, 2024
1 parent f8bed4a commit bfb9b30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lint:
golangci-lint run -v

test:
@echo Running unit tests...
@go test ./...
3 changes: 2 additions & 1 deletion loggingx/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package loggingx_test
import (
"testing"

"github.com/stretchr/testify/require"
"go.infratographer.com/x/loggingx"

"github.com/stretchr/testify/require"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"go.uber.org/zap/zaptest/observer"
Expand Down

0 comments on commit bfb9b30

Please sign in to comment.