From 4e5055c80572568366b80a0d1a3b736c8fe23b98 Mon Sep 17 00:00:00 2001 From: Ryan Fitzpatrick Date: Tue, 2 May 2023 14:48:01 +0000 Subject: [PATCH] continue ignoring agent in misspell for now --- Makefile.Common | 1 + internal/signalfx-agent/cmd/monitorcodegen/main.go | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 (