Skip to content

Commit

Permalink
continue ignoring agent in misspell for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick committed May 2, 2023
1 parent f600d13 commit a833985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion internal/signalfx-agent/cmd/monitorcodegen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a833985

Please sign in to comment.