Skip to content

Commit

Permalink
explain lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Sep 10, 2024
1 parent c3d2119 commit 3e7b2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/teleport-update/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func fdSyscall(f *os.File, fn func(uintptr) error) error {
return trace.Wrap(err)
}

//nolint:unused
//nolint:unused // scaffolding used in upcoming PR
type downloadConfig struct {
// Insecure turns off TLS certificate verification when enabled.
Insecure bool
Expand All @@ -360,7 +360,7 @@ type downloadConfig struct {
Timeout time.Duration
}

//nolint:unused
//nolint:unused // scaffolding used in upcoming PR
func newClient(cfg *downloadConfig) (*http.Client, error) {
rt := apiutils.NewHTTPRoundTripper(&http.Transport{
TLSClientConfig: &tls.Config{
Expand Down

0 comments on commit 3e7b2e2

Please sign in to comment.