Skip to content

Commit ab4ca39

Browse files
authored
fix: suppress lll linter error for LoggingHTTPClientTimeout line (#2174)
1 parent 701c51b commit ab4ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ type Config struct {
924924
// https://github.com/newrelic/newrelic-fluent-bit-output#httpclienttimeout
925925
// Default: "5"
926926
// Public: Yes
927-
LoggingHTTPClientTimeout string `yaml:"logging_http_client_timeout" envconfig:"logging_http_client_timeout" public:"true"`
927+
LoggingHTTPClientTimeout string `envconfig:"logging_http_client_timeout" public:"true" yaml:"logging_http_client_timeout"` //nolint:lll
928928

929929
// FluentBitExePath is the location from where the agent can execute fluent-bit.
930930
// Default (Linux): /opt/td-agent-bit/bin/td-agent-bit

0 commit comments

Comments
 (0)