diff --git a/Makefile.Common b/Makefile.Common index 9afcb7e331..f4bebe07ae 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -32,6 +32,7 @@ ALL_SRC := $(shell find $(ALL_PKG_DIRS) -name '*.go' \ # All source code and documents. Used in spell check. ALL_SRC_AND_DOC := $(shell find $(ALL_PKG_DIRS) -name "*.md" -o -name "*.go" -o -name "*.yaml" \ -not -path '*/third_party/*' \ + -not -path '*/internal/signalfx-agent/*' \ -type f | sort) pwd: diff --git a/internal/signalfx-agent/cmd/monitorcodegen/main.go b/internal/signalfx-agent/cmd/monitorcodegen/main.go index 2f18a4d368..afa237694a 100644 --- a/internal/signalfx-agent/cmd/monitorcodegen/main.go +++ b/internal/signalfx-agent/cmd/monitorcodegen/main.go @@ -14,8 +14,9 @@ import ( "strings" "unicode" - "github.com/signalfx/signalfx-agent/pkg/selfdescribe" log "github.com/sirupsen/logrus" + + "github.com/signalfx/signalfx-agent/pkg/selfdescribe" ) const (