diff --git a/.golangci.yml b/.golangci.yml index 04c0bc198..65bb64e6f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,7 +20,6 @@ linters: - govet - ineffassign - interfacer - - lll - maligned - misspell - nakedret diff --git a/transport_test.go b/transport_test.go index 05b015750..1844d592d 100644 --- a/transport_test.go +++ b/transport_test.go @@ -19,7 +19,6 @@ type unserializableType struct { UnsupportedField func() } -//nolint: lll const ( basicEvent = `{"message":"mkey","sdk":{},"user":{}}` enhancedEventInvalidBreadcrumb = `{"extra":{"info":"Could not encode original event as JSON. Succeeded by removing Breadcrumbs, Contexts and Extra. Please verify the data you attach to the scope. Error: json: error calling MarshalJSON for type *sentry.Event: json: error calling MarshalJSON for type *sentry.Breadcrumb: json: unsupported type: func()"},"message":"mkey","sdk":{},"user":{}}`