Preparing report...

Report for github.com/kyma-project/kyma

A+    Excellent!    Found 865 issues across 1888 files

Tweet

gofmt98%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint55%

Golint is a linter for Go source code.

    • kyma/tests/function-controller/pkg/configmap/configmap.go
    • Line 20: warning: exported type ConfigMap should have comment or be unexported (golint)
    • Line 29: warning: exported function NewConfigMap should have comment or be unexported (golint)
    • Line 40: warning: exported method ConfigMap.Name should have comment or be unexported (golint)
    • Line 44: warning: exported method ConfigMap.Create should have comment or be unexported (golint)
    • Line 60: warning: exported method ConfigMap.Delete should have comment or be unexported (golint)
    • Line 69: warning: exported method ConfigMap.Get should have comment or be unexported (golint)
    • Line 81: warning: exported method ConfigMap.LogResource should have comment or be unexported (golint)
    • kyma/components/kyma-operator/pkg/kymaoperation/steps/upgrade.go
    • Line 46: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 53: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 60: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 61: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 63: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 64: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 65: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/secrets/strategy/factory.go
    • Line 9: warning: exported type SecretData should have comment or be unexported (golint)
    • Line 11: warning: comment on exported type ModificationStrategy should be of the form "ModificationStrategy ..." (with optional leading article) (golint)
    • Line 19: warning: comment on exported type AccessStrategy should be of the form "AccessStrategy ..." (with optional leading article) (golint)
    • Line 24: warning: comment on exported type Factory should be of the form "Factory ..." (with optional leading article) (golint)
    • Line 33: warning: exported function NewSecretsStrategyFactory should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/helmtest/proxy/suite.go
    • Line 43: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 52: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 71: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 76: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 81: warning: exported method TestSuite.CreateTestExecutorPod should have comment or be unexported (golint)
    • Line 121: warning: exported method TestSuite.WaitForTestExecutorToFinish should have comment or be unexported (golint)
    • Line 155: warning: exported method TestSuite.GetTestExecutorLogs should have comment or be unexported (golint)
    • Line 171: warning: exported method TestSuite.DeleteTestExecutorPod should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/pager/indexpager.go
    • Line 7: warning: exported type IndexPager should have comment or be unexported (golint)
    • Line 14: warning: comment on exported type PageableIndexer should be of the form "PageableIndexer ..." (with optional leading article) (golint)
    • Line 21: warning: exported function FromIndexer should have comment or be unexported (golint)
    • Line 29: warning: exported method IndexPager.Limit should have comment or be unexported (golint)
    • kyma/tools/failery/failery/walker.go
    • Line 13: warning: exported type Walker should have comment or be unexported (golint)
    • Line 21: warning: exported type WalkerVisitor should have comment or be unexported (golint)
    • Line 25: warning: exported method Walker.Walk should have comment or be unexported (golint)
    • Line 25: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 53: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 90: warning: exported type GeneratorVisitor should have comment or be unexported (golint)
    • Line 98: warning: exported method GeneratorVisitor.VisitWalk should have comment or be unexported (golint)
    • Line 98: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • kyma/components/application-gateway/pkg/proxyconfig/destination_config.go
    • Line 19: warning: exported const Undefined should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 38: warning: exported type CSRFConfig should have comment or be unexported (golint)
    • Line 42: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 46: warning: exported type NoAuthConfig should have comment or be unexported (golint)
    • Line 48: warning: exported method NoAuthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 52: warning: exported type OauthConfig should have comment or be unexported (golint)
    • Line 59: warning: exported method OauthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 70: warning: exported type BasicAuthConfig should have comment or be unexported (golint)
    • Line 75: warning: exported method BasicAuthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 84: warning: exported type CertificateConfig should have comment or be unexported (golint)
    • Line 89: warning: exported method CertificateConfig.ToCredentials should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/pkg/legacy-events/legacy.go
    • Line 33: warning: exported type Transformer should have comment or be unexported (golint)
    • Line 39: warning: exported function NewTransformer should have comment or be unexported (golint)
    • Line 81: warning: exported method Transformer.TransformLegacyRequestsToCE should have comment or be unexported (golint)
    • Line 129: warning: exported method Transformer.TransformsCEResponseToLegacyResponse should have comment or be unexported (golint)
    • kyma/components/binding/internal/controller/targetkind_reconciler.go
    • Line 15: warning: exported type TargetKindWorker should have comment or be unexported (golint)
    • Line 28: warning: exported function NewTargetKindReconciler should have comment or be unexported (golint)
    • Line 37: warning: exported method TargetKindReconciler.Reconcile should have comment or be unexported (golint)
    • Line 77: warning: exported method TargetKindReconciler.SetupWithManager should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/broker/testing/client_assertion.go
    • Line 31: warning: exported type ActionsAsserter should have comment or be unexported (golint)
    • Line 35: warning: exported function NewActionsAsserter should have comment or be unexported (golint)
    • Line 48: warning: exported method ActionsAsserter.AssertCreates should have comment or be unexported (golint)
    • Line 80: warning: exported method ActionsAsserter.AssertUpdates should have comment or be unexported (golint)
    • Line 148: warning: exported method ActionsAsserter.AssertDeletes should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/internal/csrf/types.go
    • Line 10: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 19: warning: comment on exported type Response should be of the form "Response ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type TokenStrategyFactory should be of the form "TokenStrategyFactory ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type TokenStrategy should be of the form "TokenStrategy ..." (with optional leading article) (golint)
    • kyma/tests/application-gateway-tests/test/gateway/mock/applicationserver.go
    • Line 13: warning: exported type AppMockServer should have comment or be unexported (golint)
    • Line 18: warning: exported function NewAppMockServer should have comment or be unexported (golint)
    • Line 56: warning: exported method AppMockServer.Start should have comment or be unexported (golint)
    • Line 64: warning: exported method AppMockServer.Kill should have comment or be unexported (golint)
    • Line 68: warning: exported function StatusOK should have comment or be unexported (golint)
    • kyma/components/application-operator/pkg/overrides/overrides.go
    • Line 4: warning: should not use dot imports (golint)
    • Line 14: warning: exported type OverridesData should have comment or be unexported (golint)
    • Line 29: warning: exported function NewFlatOverridesMap should have comment or be unexported (golint)
    • Line 39: warning: exported function NewExtractedOverridesMap should have comment or be unexported (golint)
    • Line 49: warning: exported function MergeLabelOverrides should have comment or be unexported (golint)
    • kyma/tests/connector-service-tests/test/testkit/connectorclient.go
    • Line 15: warning: exported const ApplicationHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type ConnectorClient should have comment or be unexported (golint)
    • Line 36: warning: exported function NewConnectorClient should have comment or be unexported (golint)
    • Line 45: warning: exported function NewHttpClient should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/compass/scenarios.go
    • Line 11: warning: exported type ScenariosSchema should have comment or be unexported (golint)
    • Line 18: warning: exported type ScenariosItems should have comment or be unexported (golint)
    • Line 23: warning: exported function ToScenarioSchema should have comment or be unexported (golint)
    • Line 37: warning: exported method ScenariosSchema.ToLabelDefinitionInput should have comment or be unexported (golint)
    • Line 61: warning: exported method ScenariosSchema.AddScenario should have comment or be unexported (golint)
    • Line 65: warning: exported method ScenariosSchema.RemoveScenario should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/namespace.go
    • Line 12: warning: exported type NamespaceStep should have comment or be unexported (golint)
    • Line 17: warning: exported method NamespaceStep.Name should have comment or be unexported (golint)
    • Line 21: warning: exported method NamespaceStep.Run should have comment or be unexported (golint)
    • Line 26: warning: exported method NamespaceStep.Cleanup should have comment or be unexported (golint)
    • Line 30: warning: exported method NamespaceStep.OnError should have comment or be unexported (golint)
    • Line 34: warning: exported function NewNamespaceStep should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/shared/rafter.go
    • Line 9: warning: comment on exported type RafterRetriever should be of the form "RafterRetriever ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported type ClusterAssetGroupGetter should be of the form "ClusterAssetGroupGetter ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported type AssetGroupGetter should be of the form "AssetGroupGetter ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type GqlClusterAssetGroupConverter should be of the form "GqlClusterAssetGroupConverter ..." (with optional leading article) (golint)
    • Line 38: warning: comment on exported type GqlAssetGroupConverter should be of the form "GqlAssetGroupConverter ..." (with optional leading article) (golint)
    • Line 44: warning: comment on exported type ClusterAssetGetter should be of the form "ClusterAssetGetter ..." (with optional leading article) (golint)
    • Line 49: warning: comment on exported type AssetGetter should be of the form "AssetGetter ..." (with optional leading article) (golint)
    • Line 54: warning: comment on exported type GqlClusterAssetConverter should be of the form "GqlClusterAssetConverter ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported type GqlAssetConverter should be of the form "GqlAssetConverter ..." (with optional leading article) (golint)
    • Line 66: warning: comment on exported type SpecificationGetter should be of the form "SpecificationGetter ..." (with optional leading article) (golint)
    • kyma/components/function-controller/pkg/apis/serverless/v1alpha1/function_types.go
    • Line 8: warning: exported type SourceType should have comment or be unexported (golint)
    • Line 11: warning: exported const SourceTypeGit should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported const Nodejs12 should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const RuntimeExtendedNodejs10 should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const ReplicasPresetLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: exported const FunctionNameLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 92: warning: exported const ConditionRunning should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: exported type ConditionReason should have comment or be unexported (golint)
    • Line 100: warning: exported const ConditionReasonConfigMapCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 121: warning: exported type Condition should have comment or be unexported (golint)
    • Line 138: warning: exported type Repository should have comment or be unexported (golint)
    • Line 153: warning: exported type Function should have comment or be unexported (golint)
    • kyma/components/application-operator/pkg/service-instance-controller/reconciler.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 20: warning: comment on exported type ServiceInstanceReconciler should be of the form "ServiceInstanceReconciler ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type ServiceInstanceManagerClient should be of the form "ServiceInstanceManagerClient ..." (with optional leading article) (golint)
    • Line 37: warning: exported function NewReconciler should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/pkg/application/lister.go
    • Line 20: warning: exported type Lister should have comment or be unexported (golint)
    • Line 24: warning: exported function NewLister should have comment or be unexported (golint)
    • Line 34: warning: exported method Lister.Get should have comment or be unexported (golint)
    • Line 53: warning: exported function GroupVersionResource should have comment or be unexported (golint)
    • Line 61: warning: exported function GroupVersionKind should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/k8sNew/resourceQuota.resolver.go
    • Line 1: warning: don't use MixedCaps in package name; k8sNew should be k8snew (golint)
    • Line 17: warning: exported type ResourceQuotaList should have comment or be unexported (golint)
    • Line 19: warning: exported method ResourceQuotaList.Append should have comment or be unexported (golint)
    • Line 25: warning: exported method Resolver.ResourceQuotasQuery should have comment or be unexported (golint)
    • Line 32: warning: exported method Resolver.GetHardField should have comment or be unexported (golint)
    • Line 50: warning: exported method Resolver.ResourceQuotaJSONfield should have comment or be unexported (golint)
    • Line 54: warning: exported method Resolver.CreateResourceQuota should have comment or be unexported (golint)
    • Line 90: warning: exported method Resolver.UpdateResourceQuota should have comment or be unexported (golint)
    • Line 93: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 99: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/eventing-controller/testing/test_helpers.go
    • Line 29: warning: exported const ApplicationName should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: comment on exported const EventSource should be of the form "EventSource ..." (golint)
    • Line 50: warning: exported type APIRuleOption should have comment or be unexported (golint)
    • Line 74: warning: exported function WithService should have comment or be unexported (golint)
    • Line 85: warning: exported function WithPath should have comment or be unexported (golint)
    • Line 107: warning: exported function WithStatusReady should have comment or be unexported (golint)
    • Line 122: warning: exported function NewSubscription should have comment or be unexported (golint)
    • Line 146: warning: exported function WithFakeSubscriptionStatus should have comment or be unexported (golint)
    • Line 157: warning: exported function WithWebhookAuthForBEB should have comment or be unexported (golint)
    • Line 177: warning: exported function WithWebhookForNats should have comment or be unexported (golint)
    • Line 203: warning: exported function WithEmptyEventTypeFilter should have comment or be unexported (golint)
    • Line 222: warning: exported function WithEventTypeFilter should have comment or be unexported (golint)
    • Line 241: warning: exported function WithEmptySourceEventType should have comment or be unexported (golint)
    • Line 260: warning: exported function WithValidSink should have comment or be unexported (golint)
    • Line 264: warning: exported function NewSubscriberSvc should have comment or be unexported (golint)
    • Line 287: warning: exported function WithBEBMessagingSecret should have comment or be unexported (golint)
    • Line 339: warning: exported function WithNamespace should have comment or be unexported (golint)
    • Line 348: warning: exported function WithEventingBackend should have comment or be unexported (golint)
    • Line 359: warning: exported function WithEventingControllerDeployment should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/function/function.go
    • Line 25: warning: exported type Function should have comment or be unexported (golint)
    • Line 34: warning: exported function NewFunction should have comment or be unexported (golint)
    • Line 45: warning: exported method Function.Create should have comment or be unexported (golint)
    • Line 75: warning: exported method Function.WaitForStatusRunning should have comment or be unexported (golint)
    • Line 95: warning: exported method Function.Delete should have comment or be unexported (golint)
    • Line 104: warning: exported method Function.Update should have comment or be unexported (golint)
    • Line 126: warning: exported method Function.Get should have comment or be unexported (golint)
    • Line 140: warning: exported method Function.LogResource should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/gitserver/gitserver.go
    • Line 33: warning: exported type GitServer should have comment or be unexported (golint)
    • Line 47: warning: exported function New should have comment or be unexported (golint)
    • Line 66: warning: exported method GitServer.Create should have comment or be unexported (golint)
    • Line 176: warning: exported method GitServer.Delete should have comment or be unexported (golint)
    • Line 188: warning: exported method GitServer.LogResource should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/assertions/events_api_access_checker.go
    • Line 23: warning: exported type PublishRequest should have comment or be unexported (golint)
    • Line 31: warning: exported type PublishResponse should have comment or be unexported (golint)
    • Line 37: warning: exported type AnyValue should have comment or be unexported (golint)
    • Line 39: warning: exported type EventAPIAccessChecker should have comment or be unexported (golint)
    • Line 46: warning: exported function NewEventAPIAccessChecker should have comment or be unexported (golint)
    • Line 55: warning: exported method EventAPIAccessChecker.AssertEventAPIAccess should have comment or be unexported (golint)
    • Line 63: warning: exported method EventAPIAccessChecker.SendEvent should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/secret.go
    • Line 11: warning: exported type Secrets should have comment or be unexported (golint)
    • Line 18: warning: exported function CreateSecret should have comment or be unexported (golint)
    • Line 27: warning: exported method Secrets.Name should have comment or be unexported (golint)
    • Line 31: warning: exported method Secrets.Run should have comment or be unexported (golint)
    • Line 35: warning: exported method Secrets.Cleanup should have comment or be unexported (golint)
    • Line 39: warning: exported method Secrets.OnError should have comment or be unexported (golint)
    • kyma/tests/rafter/testsuite/testsuite.go
    • Line 22: warning: exported type Config should have comment or be unexported (golint)
    • Line 34: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 51: warning: exported function New should have comment or be unexported (golint)
    • Line 85: warning: exported method TestSuite.Run should have comment or be unexported (golint)
    • Line 143: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 169: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • kyma/tests/application-gateway-tests/test/gateway/suite.go
    • Line 39: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 52: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 86: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 100: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 155: warning: exported method TestSuite.CheckApplicationGatewayHealth should have comment or be unexported (golint)
    • Line 180: warning: exported method TestSuite.CreateSecret should have comment or be unexported (golint)
    • Line 189: warning: exported method TestSuite.DeleteSecret should have comment or be unexported (golint)
    • Line 194: warning: exported method TestSuite.CallAPIThroughGateway should have comment or be unexported (golint)
    • Line 234: warning: exported method TestSuite.GetMockServiceURL should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/mock/applicationserver.go
    • Line 13: warning: exported type Path should have comment or be unexported (golint)
    • Line 20: warning: exported const StatusOk should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type AppMockServer should have comment or be unexported (golint)
    • Line 37: warning: exported function NewAppMockServer should have comment or be unexported (golint)
    • Line 73: warning: exported method AppMockServer.Start should have comment or be unexported (golint)
    • Line 81: warning: exported method AppMockServer.Kill should have comment or be unexported (golint)
    • Line 85: warning: exported function StatusOK should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/assertions/proxy_api_access_checker.go
    • Line 36: warning: exported type ProxyAPIAccessChecker should have comment or be unexported (golint)
    • Line 42: warning: exported function NewAPIAccessChecker should have comment or be unexported (golint)
    • Line 53: warning: exported method ProxyAPIAccessChecker.AssertAPIAccess should have comment or be unexported (golint)
    • Line 105: warning: exported method ProxyAPIAccessChecker.GetPathBasedOnAuth should have comment or be unexported (golint)
    • Line 161: warning: exported method ProxyAPIAccessChecker.CallAPIThroughGateway should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/addons/addons.go
    • Line 22: warning: exported type AddonConfiguration should have comment or be unexported (golint)
    • Line 31: warning: exported function New should have comment or be unexported (golint)
    • Line 41: warning: exported method AddonConfiguration.Create should have comment or be unexported (golint)
    • Line 70: warning: exported method AddonConfiguration.Delete should have comment or be unexported (golint)
    • Line 79: warning: exported method AddonConfiguration.Get should have comment or be unexported (golint)
    • Line 93: warning: exported method AddonConfiguration.LogResource should have comment or be unexported (golint)
    • Line 108: warning: exported method AddonConfiguration.WaitForStatusRunning should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/application/extractor/application.go
    • Line 12: warning: exported type ApplicationUnstructuredExtractor should have comment or be unexported (golint)
    • Line 14: warning: exported method ApplicationUnstructuredExtractor.Do should have comment or be unexported (golint)
    • Line 23: warning: exported method ApplicationUnstructuredExtractor.ToUnstructured should have comment or be unexported (golint)
    • Line 39: warning: exported method ApplicationUnstructuredExtractor.FromUnstructured should have comment or be unexported (golint)
    • Line 53: warning: exported type ApplicationMappingUnstructuredExtractor should have comment or be unexported (golint)
    • Line 55: warning: exported method ApplicationMappingUnstructuredExtractor.Do should have comment or be unexported (golint)
    • Line 64: warning: exported method ApplicationMappingUnstructuredExtractor.ToUnstructured should have comment or be unexported (golint)
    • Line 80: warning: exported method ApplicationMappingUnstructuredExtractor.FromUnstructured should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/apigateway/resolver.go
    • Line 17: warning: exported type APIRuleList should have comment or be unexported (golint)
    • Line 19: warning: exported method APIRuleList.Append should have comment or be unexported (golint)
    • Line 25: warning: exported method Resolver.APIRulesQuery should have comment or be unexported (golint)
    • Line 40: warning: exported method Resolver.APIRuleQuery should have comment or be unexported (golint)
    • Line 47: warning: exported method Resolver.GetOwnerSubscription should have comment or be unexported (golint)
    • Line 61: warning: exported method Resolver.CreateAPIRule should have comment or be unexported (golint)
    • Line 78: warning: exported method Resolver.APIRuleEventSubscription should have comment or be unexported (golint)
    • Line 100: warning: exported method Resolver.UpdateAPIRule should have comment or be unexported (golint)
    • Line 109: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 118: warning: exported method Resolver.DeleteAPIRule should have comment or be unexported (golint)
    • Line 126: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 133: warning: exported method Resolver.JsonField should have comment or be unexported (golint)
    • kyma/components/kyma-operator/pkg/apis/installer/v1alpha1/types.go
    • Line 57: warning: exported method Installation.CanBeDeleted should have comment or be unexported (golint)
    • Line 64: warning: exported method Installation.IsBeingDeleted should have comment or be unexported (golint)
    • Line 69: warning: exported type KymaProfile should have comment or be unexported (golint)
    • Line 72: warning: exported const EvaluationProfile should have comment (or a comment on this block) or be unexported (golint)
    • Line 84: warning: exported type ComponentSource should have comment or be unexported (golint)
    • Line 160: warning: exported type ErrorLogEntry should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/service-catalog/report.go
    • Line 19: warning: exported type Deployment should have comment or be unexported (golint)
    • Line 24: warning: exported type Pod should have comment or be unexported (golint)
    • Line 29: warning: exported type Secret should have comment or be unexported (golint)
    • Line 35: warning: exported type ServiceBroker should have comment or be unexported (golint)
    • Line 39: warning: exported type ServiceClass should have comment or be unexported (golint)
    • Line 44: warning: exported type ServiceInstance should have comment or be unexported (golint)
    • Line 52: warning: exported type ServiceBinding should have comment or be unexported (golint)
    • Line 58: warning: exported type ServiceBindingUsage should have comment or be unexported (golint)
    • Line 64: warning: exported type Application should have comment or be unexported (golint)
    • Line 70: warning: exported type Log should have comment or be unexported (golint)
    • Line 74: warning: exported type PodLog should have comment or be unexported (golint)
    • Line 80: warning: exported type Report should have comment or be unexported (golint)
    • Line 103: warning: exported function NewReport should have comment or be unexported (golint)
    • Line 124: warning: exported method Report.AddDeployments should have comment or be unexported (golint)
    • Line 147: warning: exported method Report.AddPods should have comment or be unexported (golint)
    • Line 166: warning: exported method Report.AddSecrets should have comment or be unexported (golint)
    • Line 186: warning: exported method Report.AddClusterServiceBrokers should have comment or be unexported (golint)
    • Line 200: warning: exported method Report.AddServiceBrokers should have comment or be unexported (golint)
    • Line 214: warning: exported method Report.AddClusterServiceClasses should have comment or be unexported (golint)
    • Line 233: warning: exported method Report.AddServiceClasses should have comment or be unexported (golint)
    • Line 252: warning: exported method Report.AddServiceInstances should have comment or be unexported (golint)
    • Line 278: warning: exported method Report.AddServiceBindings should have comment or be unexported (golint)
    • Line 298: warning: exported method Report.AddServiceBindingUsages should have comment or be unexported (golint)
    • Line 312: warning: exported method Report.AddApplicationMappings should have comment or be unexported (golint)
    • Line 326: warning: exported method Report.AddEventActivations should have comment or be unexported (golint)
    • Line 340: warning: exported method Report.AddApplications should have comment or be unexported (golint)
    • Line 357: warning: exported method Report.AddLogs should have comment or be unexported (golint)
    • Line 407: warning: exported method Report.Print should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/compass/director/client.go
    • Line 13: warning: exported const TenantHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type RuntimeURLsConfig should have comment or be unexported (golint)
    • Line 24: warning: comment on exported type DirectorClient should be of the form "DirectorClient ..." (with optional leading article) (golint)
    • Line 30: warning: exported function NewConfigurationClient should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/syncer/automock/extended.go
    • Line 9: warning: exported method ApplicationCRMapper.ExpectOnToModel should have comment or be unexported (golint)
    • Line 13: warning: exported method ApplicationCRValidator.ExpectOnValidate should have comment or be unexported (golint)
    • Line 17: warning: exported method ApplicationUpserter.ExpectOnUpsert should have comment or be unexported (golint)
    • Line 21: warning: exported method SCRelistRequester.ExpectOnRequestRelist should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/applications/auth.go
    • Line 5: warning: exported function NewAuth should have comment or be unexported (golint)
    • Line 12: warning: exported method AuthInput.ToCompassInput should have comment or be unexported (golint)
    • Line 17: warning: exported method AuthInput.WithOAuth should have comment or be unexported (golint)
    • Line 29: warning: exported method AuthInput.WithBasicAuth should have comment or be unexported (golint)
    • Line 40: warning: exported method AuthInput.WithHeaders should have comment or be unexported (golint)
    • Line 47: warning: exported method AuthInput.WithQueryParams should have comment or be unexported (golint)
    • Line 54: warning: exported method AuthInput.WithCSRF should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/deployment/publisher_deployment.go
    • Line 32: warning: exported const PublisherNamespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported var TerminationGracePeriodSeconds should have comment or be unexported (golint)
    • Line 46: warning: exported function NewBEBPublisherDeployment should have comment or be unexported (golint)
    • Line 93: warning: exported function NewNATSPublisherDeployment should have comment or be unexported (golint)
    • kyma/components/iam-kubeconfig-service/pkg/kube_config/endpoints.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 8: warning: exported const MimeTypeYaml should have comment or be unexported (golint)
    • Line 10: warning: exported type Endpoints should have comment or be unexported (golint)
    • Line 14: warning: exported function NewEndpoints should have comment or be unexported (golint)
    • Line 20: warning: exported method Endpoints.GetKubeConfig should have comment or be unexported (golint)
    • Line 42: warning: exported method Endpoints.GetHealthStatus should have comment or be unexported (golint)
    • kyma/tests/application-operator-tests/test/testkit/k8sresources_check.go
    • Line 48: warning: exported type K8sResourceChecker should have comment or be unexported (golint)
    • Line 54: warning: exported function NewServiceInstanceK8SChecker should have comment or be unexported (golint)
    • Line 70: warning: exported function NewAppK8sChecker should have comment or be unexported (golint)
    • Line 99: warning: exported method K8sResourceChecker.CheckK8sResourcesDeployed should have comment or be unexported (golint)
    • Line 104: warning: exported method K8sResourceChecker.CheckK8sResourceRemoved should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/monitoring/prom/rules.go
    • Line 3: warning: comment on exported type RulesResponse should be of the form "RulesResponse ..." (with optional leading article) (golint)
    • Line 11: warning: exported type RulesData should have comment or be unexported (golint)
    • Line 15: warning: exported type RulesGroup should have comment or be unexported (golint)
    • Line 19: warning: exported type Rule should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/handlers/utils.go
    • Line 51: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 199: warning: exported function RemoveStatus should have comment or be unexported (golint)
    • Line 205: warning: exported function UpdateSubscriptionStatus should have comment or be unexported (golint)
    • Line 218: warning: exported function ToSubscriptionList should have comment or be unexported (golint)
    • Line 239: warning: exported function SubscriptionGroupVersionResource should have comment or be unexported (golint)
    • Line 247: warning: exported function APIRuleGroupVersionResource should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/ems/api/events/client/client.go
    • Line 18: warning: exported type Interface should have comment or be unexported (golint)
    • Line 28: warning: exported type Client should have comment or be unexported (golint)
    • Line 33: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 40: warning: exported method Client.GetHttpClient should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.Publish should have comment or be unexported (golint)
    • Line 56: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 67: warning: exported method Client.Create should have comment or be unexported (golint)
    • Line 92: warning: exported method Client.List should have comment or be unexported (golint)
    • Line 115: warning: exported method Client.Get should have comment or be unexported (golint)
    • Line 138: warning: exported method Client.Delete should have comment or be unexported (golint)
    • Line 147: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 158: warning: exported method Client.TriggerHandshake should have comment or be unexported (golint)
    • Line 167: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 178: warning: exported method Client.UpdateState should have comment or be unexported (golint)
    • Line 187: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • kyma/components/binding/internal/webhook/targetkind/validate/validate.go
    • Line 19: warning: exported type Validator should have comment or be unexported (golint)
    • Line 23: warning: exported type ValidationHandler should have comment or be unexported (golint)
    • Line 32: warning: exported function NewValidationHandler should have comment or be unexported (golint)
    • Line 40: warning: exported method ValidationHandler.Handle should have comment or be unexported (golint)
    • Line 89: warning: exported method ValidationHandler.InjectDecoder should have comment or be unexported (golint)
    • kyma/components/busola-migrator/internal/jwt/jwt.go
    • Line 28: warning: comment on exported type JWX should be of the form "JWX ..." (with optional leading article) (golint)
    • Line 34: warning: exported type Service should have comment or be unexported (golint)
    • Line 38: warning: exported function NewService should have comment or be unexported (golint)
    • Line 44: warning: exported method Service.ParseAndVerify should have comment or be unexported (golint)
    • Line 65: warning: exported method Service.GetUser should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/externalapi/externalapi.go
    • Line 20: warning: exported type Config should have comment or be unexported (golint)
    • Line 31: warning: exported type FunctionalMiddlewares should have comment or be unexported (golint)
    • Line 39: warning: exported type SignatureHandler should have comment or be unexported (golint)
    • Line 43: warning: exported type CSRInfoHandler should have comment or be unexported (golint)
    • Line 47: warning: exported type ManagementInfoHandler should have comment or be unexported (golint)
    • Line 58: warning: exported function NewHandlerBuilder should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/serverless/serverless.go
    • Line 14: warning: exported type Config should have comment or be unexported (golint)
    • Line 18: warning: exported type PluggableContainer should have comment or be unexported (golint)
    • Line 26: warning: exported function New should have comment or be unexported (golint)
    • Line 44: warning: exported method PluggableContainer.Enable should have comment or be unexported (golint)
    • Line 57: warning: exported method PluggableContainer.Disable should have comment or be unexported (golint)
    • Line 70: warning: comment on exported type Resolver should be of the form "Resolver ..." (with optional leading article) (golint)
    • kyma/components/application-gateway/pkg/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type AppError should have comment or be unexported (golint)
    • Line 27: warning: exported function Internal should have comment or be unexported (golint)
    • Line 31: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 35: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 39: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 43: warning: exported function UpstreamServerCallFailed should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/testing/utils.go
    • Line 23: warning: comment on exported const CeIDHeader should be of the form "CeIDHeader ..." (golint)
    • Line 25: warning: exported const CeTypeHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported function QuerySubscribedEndpoint should have comment or be unexported (golint)
    • Line 43: warning: exported function SendEvent should have comment or be unexported (golint)
    • Line 61: warning: exported function GetStructuredMessageHeaders should have comment or be unexported (golint)
    • Line 65: warning: exported function GetBinaryMessageHeaders should have comment or be unexported (golint)
    • Line 74: warning: exported function GetApplicationJSONHeaders should have comment or be unexported (golint)
    • Line 80: warning: exported type SubscriptionOpt should have comment or be unexported (golint)
    • Line 82: warning: exported function NewSubscription should have comment or be unexported (golint)
    • Line 121: warning: exported function SubscriptionWithFilter should have comment or be unexported (golint)
    • Line 222: warning: exported function Is2XX should have comment or be unexported (golint)
    • kyma/components/eventing-controller/reconciler/backend/reconciler.go
    • Line 37: warning: exported const BEBBackendSecretLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: exported type Reconciler should have comment or be unexported (golint)
    • Line 72: warning: exported function NewReconciler should have comment or be unexported (golint)
    • Line 92: warning: exported method Reconciler.Reconcile should have comment or be unexported (golint)
    • Line 309: warning: exported method Reconciler.UpdateBackendStatus should have comment or be unexported (golint)
    • Line 419: warning: exported method Reconciler.DeletePublisherProxySecret should have comment or be unexported (golint)
    • Line 440: warning: exported method Reconciler.SyncPublisherProxySecret should have comment or be unexported (golint)
    • Line 549: warning: exported method Reconciler.CreateOrUpdatePublisherProxy should have comment or be unexported (golint)
    • Line 595: warning: exported method Reconciler.CreateOrUpdateBackendCR should have comment or be unexported (golint)
    • Line 716: warning: exported method Reconciler.SetupWithManager should have comment or be unexported (golint)
    • kyma/components/application-connectivity-validator/internal/validationproxy/handler.go
    • Line 21: warning: exported const CertificateInfoHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type ProxyHandler should have comment or be unexported (golint)
    • Line 30: warning: comment on exported type ApplicationGetter should be of the form "ApplicationGetter ..." (with optional leading article) (golint)
    • Line 35: warning: comment on exported type Cache should be of the form "Cache ..." (with optional leading article) (golint)
    • Line 60: warning: exported function NewProxyHandler should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/secret/secret.go
    • Line 20: warning: exported type Secret should have comment or be unexported (golint)
    • Line 29: warning: exported function NewSecret should have comment or be unexported (golint)
    • Line 40: warning: exported method Secret.Name should have comment or be unexported (golint)
    • Line 44: warning: exported method Secret.Create should have comment or be unexported (golint)
    • Line 60: warning: exported method Secret.Delete should have comment or be unexported (golint)
    • Line 69: warning: exported method Secret.Get should have comment or be unexported (golint)
    • Line 81: warning: exported method Secret.LogResource should have comment or be unexported (golint)
    • kyma/components/function-controller/internal/git/git.go
    • Line 18: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 24: warning: exported type Git should have comment or be unexported (golint)
    • Line 28: warning: exported type Options should have comment or be unexported (golint)
    • Line 34: warning: exported type RepositoryAuthType should have comment or be unexported (golint)
    • Line 37: warning: exported const RepositoryAuthBasic should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function New should have comment or be unexported (golint)
    • Line 45: warning: exported method Git.LastCommit should have comment or be unexported (golint)
    • Line 69: warning: exported method Git.Clone should have comment or be unexported (golint)
    • kyma/components/application-gateway/pkg/httptools/http.go
    • Line 8: warning: exported type HttpClientProvider should have comment or be unexported (golint)
    • Line 9: warning: exported type HttpRequestProvider should have comment or be unexported (golint)
    • Line 11: warning: exported type HttpClient should have comment or be unexported (golint)
    • Line 15: warning: exported function DefaultHttpClientProvider should have comment or be unexported (golint)
    • Line 19: warning: exported function DefaultHttpRequestProvider should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/roles/roles.go
    • Line 7: warning: exported type Resolver should have comment or be unexported (golint)
    • Line 11: warning: exported function New should have comment or be unexported (golint)
    • Line 24: warning: exported method Resolver.RoleService should have comment or be unexported (golint)
    • Line 28: warning: exported method Resolver.ClusterRoleService should have comment or be unexported (golint)
    • Line 32: warning: exported method Resolver.RoleBindingService should have comment or be unexported (golint)
    • Line 36: warning: exported method Resolver.ClusterRoleBindingService should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/compassconnection/supervisor.go
    • Line 29: warning: exported const DefaultCompassConnectionName should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: comment on exported type CRManager should be of the form "CRManager ..." (with optional leading article) (golint)
    • Line 40: warning: comment on exported type Supervisor should be of the form "Supervisor ..." (with optional leading article) (golint)
    • Line 46: warning: exported function NewSupervisor should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/application/application.go
    • Line 28: warning: comment on exported type ApplicationLister should be of the form "ApplicationLister ..." (with optional leading article) (golint)
    • Line 42: warning: exported type Config should have comment or be unexported (golint)
    • Line 47: warning: exported type ConnectorSvcCfg should have comment or be unexported (golint)
    • Line 52: warning: exported type PluggableContainer should have comment or be unexported (golint)
    • Line 63: warning: exported function New should have comment or be unexported (golint)
    • Line 99: warning: exported method PluggableContainer.Enable should have comment or be unexported (golint)
    • Line 174: warning: exported method PluggableContainer.Disable should have comment or be unexported (golint)
    • Line 195: warning: comment on exported type Resolver should be of the form "Resolver ..." (with optional leading article) (golint)
    • kyma/tools/failery/failery/parse.go
    • Line 23: warning: exported type Parser should have comment or be unexported (golint)
    • Line 31: warning: exported function NewParser should have comment or be unexported (golint)
    • Line 44: warning: exported method Parser.Parse should have comment or be unexported (golint)
    • Line 116: warning: exported type NodeVisitor should have comment or be unexported (golint)
    • Line 120: warning: exported function NewNodeVisitor should have comment or be unexported (golint)
    • Line 126: warning: exported method NodeVisitor.DeclaredInterfaces should have comment or be unexported (golint)
    • Line 130: warning: exported method NodeVisitor.Visit should have comment or be unexported (golint)
    • Line 130: warning: receiver name nv should be consistent with previous receiver name n for NodeVisitor (golint)
    • Line 140: warning: exported method Parser.Load should have comment or be unexported (golint)
    • Line 155: warning: exported method Parser.Find should have comment or be unexported (golint)
    • Line 169: warning: exported type Interface should have comment or be unexported (golint)
    • Line 193: warning: exported method Parser.Interfaces should have comment or be unexported (golint)
    • kyma/components/binding/internal/webhook/pod/mutate/mutate.go
    • Line 21: warning: exported type MutationHandler should have comment or be unexported (golint)
    • Line 27: warning: exported function NewMutationHandler should have comment or be unexported (golint)
    • Line 34: warning: exported method MutationHandler.Handle should have comment or be unexported (golint)
    • Line 75: warning: exported method MutationHandler.InjectDecoder should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/pkg/httptools/roundtripper.go
    • Line 10: warning: exported type RoundTripper should have comment or be unexported (golint)
    • Line 14: warning: exported type RoundTripperOption should have comment or be unexported (golint)
    • Line 16: warning: exported function WithTLSConfig should have comment or be unexported (golint)
    • Line 22: warning: exported function WithTLSSkipVerify should have comment or be unexported (golint)
    • Line 31: warning: exported function WithGetClientCertificate should have comment or be unexported (golint)
    • Line 40: warning: exported function NewRoundTripper should have comment or be unexported (golint)
    • Line 50: warning: exported method RoundTripper.RoundTrip should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/applications/eventapi.go
    • Line 5: warning: exported type EventDefinitionInput should have comment or be unexported (golint)
    • Line 7: warning: exported function NewEventDefinition should have comment or be unexported (golint)
    • Line 21: warning: exported method EventDefinitionInput.WithJsonEventSpec should have comment or be unexported (golint)
    • Line 30: warning: exported method EventDefinitionInput.WithYamlEventSpec should have comment or be unexported (golint)
    • Line 39: warning: exported method EventDefinitionInput.ToCompassInput should have comment or be unexported (golint)
    • Line 39: warning: receiver name input should be consistent with previous receiver name in for EventDefinitionInput (golint)
    • kyma/tests/application-operator-tests/test/testkit/config.go
    • Line 20: warning: exported type TestConfig should have comment or be unexported (golint)
    • Line 28: warning: exported function ReadConfig should have comment or be unexported (golint)
    • Line 31: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 36: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 59: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/binding/internal/webhook/binding/validate/validate.go
    • Line 19: warning: exported type Validator should have comment or be unexported (golint)
    • Line 23: warning: exported type ValidationHandler should have comment or be unexported (golint)
    • Line 32: warning: exported function NewValidationHandler should have comment or be unexported (golint)
    • Line 40: warning: exported method ValidationHandler.Handle should have comment or be unexported (golint)
    • Line 89: warning: exported method ValidationHandler.InjectDecoder should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/eventing/resolver.go
    • Line 21: warning: exported type TriggerList should have comment or be unexported (golint)
    • Line 23: warning: exported method TriggerList.Append should have comment or be unexported (golint)
    • Line 29: warning: exported method Resolver.TriggersQuery should have comment or be unexported (golint)
    • Line 37: warning: exported method Resolver.StatusField should have comment or be unexported (golint)
    • Line 55: warning: exported method Resolver.FilterField should have comment or be unexported (golint)
    • Line 68: warning: exported method Resolver.PortField should have comment or be unexported (golint)
    • Line 80: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 85: warning: exported method Resolver.PathField should have comment or be unexported (golint)
    • Line 89: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 94: warning: exported method Resolver.CreateTrigger should have comment or be unexported (golint)
    • Line 106: warning: exported method Resolver.CreateTriggers should have comment or be unexported (golint)
    • Line 118: warning: exported method Resolver.DeleteTrigger should have comment or be unexported (golint)
    • Line 124: warning: exported method Resolver.DeleteTriggers should have comment or be unexported (golint)
    • Line 136: warning: exported method Resolver.TriggerEventSubscription should have comment or be unexported (golint)
    • Line 142: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • kyma/tests/connector-service-tests/test/testkit/certs.go
    • Line 22: warning: comment on exported function CreateKey should be of the form "CreateKey ..." (golint)
    • Line 82: warning: exported function EncodeCertToPem should have comment or be unexported (golint)
    • Line 135: warning: exported function EncodeBase64 should have comment or be unexported (golint)
    • Line 139: warning: exported function ParseSubject should have comment or be unexported (golint)
    • kyma/components/busola-migrator/internal/uaa/client.go
    • Line 18: warning: exported type Client should have comment or be unexported (golint)
    • Line 24: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 35: warning: exported type OpenIDConfiguration should have comment or be unexported (golint)
    • Line 41: warning: exported method Client.GetOpenIDConfiguration should have comment or be unexported (golint)
    • Line 62: warning: exported method Client.GetAuthorizationEndpointWithParams should have comment or be unexported (golint)
    • Line 79: warning: exported method Client.GetToken should have comment or be unexported (golint)
    • kyma/common/microfrontend-client/pkg/apis/ui/v1alpha1/types.go
    • Line 15: warning: exported type MicroFrontend should have comment or be unexported (golint)
    • Line 26: warning: exported type ClusterMicroFrontend should have comment or be unexported (golint)
    • Line 32: warning: exported method MicroFrontend.GetObjectKind should have comment or be unexported (golint)
    • Line 36: warning: exported method ClusterMicroFrontend.GetObjectKind should have comment or be unexported (golint)
    • Line 40: warning: exported type CommonMicroFrontendSpec should have comment or be unexported (golint)
    • Line 48: warning: exported type MicroFrontendSpec should have comment or be unexported (golint)
    • Line 52: warning: exported type ClusterMicroFrontendSpec should have comment or be unexported (golint)
    • Line 57: warning: exported type NavigationNode should have comment or be unexported (golint)
    • Line 69: warning: exported type RequiredPermission should have comment or be unexported (golint)
    • Line 75: warning: exported method NavigationNode.UnmarshalJSON should have comment or be unexported (golint)
    • Line 99: warning: exported type MicroFrontendList should have comment or be unexported (golint)
    • Line 108: warning: exported type ClusterMicroFrontendList should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/broker/id_selector.go
    • Line 8: warning: exported type IDSelector should have comment or be unexported (golint)
    • Line 12: warning: exported function NewIDSelector should have comment or be unexported (golint)
    • Line 16: warning: exported method IDSelector.SelectID should have comment or be unexported (golint)
    • Line 30: warning: exported method IDSelector.SelectApplicationServiceID should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/eventing/helpers/subscription.go
    • Line 22: warning: exported function WaitForSubscriptionReady should have comment or be unexported (golint)
    • Line 42: warning: exported type SubOption should have comment or be unexported (golint)
    • Line 44: warning: exported function CreateSubscription should have comment or be unexported (golint)
    • Line 74: warning: exported function WithFilter should have comment or be unexported (golint)
    • Line 103: warning: exported function WithSink should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/testing/nats.go
    • Line 15: warning: exported function StartNatsServer should have comment or be unexported (golint)
    • Line 21: warning: exported function SubscribeToEventOrFail should have comment or be unexported (golint)
    • Line 27: warning: exported function ValidateNatsSubjectOrFail should have comment or be unexported (golint)
    • Line 38: warning: exported function ValidateNatsMessageDataOrFail should have comment or be unexported (golint)
    • Line 55: warning: exported function WaitForChannelOrTimeout should have comment or be unexported (golint)
    • kyma/components/function-controller/pkg/apis/serverless/v1alpha1/function_defaults.go
    • Line 15: warning: exported const DefaultingConfigKey should have comment or be unexported (golint)
    • Line 17: warning: exported type ReplicasPreset should have comment or be unexported (golint)
    • Line 22: warning: exported type ResourcesPreset should have comment or be unexported (golint)
    • Line 29: warning: exported type FunctionReplicasDefaulting should have comment or be unexported (golint)
    • Line 35: warning: exported type FunctionResourcesDefaulting should have comment or be unexported (golint)
    • Line 41: warning: exported type BuildJobResourcesDefaulting should have comment or be unexported (golint)
    • Line 47: warning: exported type FunctionDefaulting should have comment or be unexported (golint)
    • Line 52: warning: exported type BuildJobDefaulting should have comment or be unexported (golint)
    • Line 56: warning: exported type DefaultingConfig should have comment or be unexported (golint)
    • Line 62: warning: exported method Function.SetDefaults should have comment or be unexported (golint)
    • Line 219: warning: exported function ParseReplicasPresets should have comment or be unexported (golint)
    • Line 227: warning: exported function ParseResourcePresets should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/pkg/authorization/factory.go
    • Line 12: warning: comment on exported type Strategy should be of the form "Strategy ..." (with optional leading article) (golint)
    • Line 20: warning: comment on exported type StrategyFactory should be of the form "StrategyFactory ..." (with optional leading article) (golint)
    • Line 26: warning: comment on exported type OAuthClient should be of the form "OAuthClient ..." (with optional leading article) (golint)
    • kyma/components/event-publisher-proxy/testing/mock_server.go
    • Line 14: warning: exported type MockServer should have comment or be unexported (golint)
    • Line 22: warning: exported function NewMockServer should have comment or be unexported (golint)
    • Line 30: warning: exported type MockServerOption should have comment or be unexported (golint)
    • Line 32: warning: exported function WithExpiresIn should have comment or be unexported (golint)
    • Line 38: warning: exported function WithResponseTime should have comment or be unexported (golint)
    • Line 44: warning: exported function WithValidator should have comment or be unexported (golint)
    • Line 50: warning: exported method MockServer.Start should have comment or be unexported (golint)
    • Line 102: warning: exported method MockServer.URL should have comment or be unexported (golint)
    • Line 106: warning: exported method MockServer.GeneratedTokensCount should have comment or be unexported (golint)
    • Line 110: warning: exported method MockServer.Close should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/clientcontext/extractor.go
    • Line 13: warning: exported const MetadataURLFormat should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type ConnectorClientExtractor should have comment or be unexported (golint)
    • Line 22: warning: exported type ApplicationContextExtractor should have comment or be unexported (golint)
    • Line 24: warning: exported type ContextExtractor should have comment or be unexported (golint)
    • Line 28: warning: exported function NewContextExtractor should have comment or be unexported (golint)
    • Line 34: warning: exported method ContextExtractor.CreateApplicationClientContextService should have comment or be unexported (golint)
    • Line 98: warning: exported method ContextExtractor.CreateClusterClientContextService should have comment or be unexported (golint)
    • Line 109: warning: exported function ExtractApplicationContext should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/bebEventing/resolver.go
    • Line 1: warning: don't use MixedCaps in package name; bebEventing should be bebeventing (golint)
    • Line 14: warning: exported type EventSubscriptionList should have comment or be unexported (golint)
    • Line 16: warning: exported method EventSubscriptionList.Append should have comment or be unexported (golint)
    • Line 22: warning: exported method Resolver.EventSubscriptionsQuery should have comment or be unexported (golint)
    • Line 28: warning: exported method Resolver.CreateEventSubscription should have comment or be unexported (golint)
    • Line 54: warning: exported method Resolver.UpdateEventSubscription should have comment or be unexported (golint)
    • Line 71: warning: exported method Resolver.DeleteEventSubscription should have comment or be unexported (golint)
    • Line 77: warning: exported method Resolver.SubscribeEventSubscription should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/runtimes/nodejs.go
    • Line 15: warning: exported function BasicNodeJSFunction should have comment or be unexported (golint)
    • Line 25: warning: exported function BasicNodeJSFunctionWithCustomDependency should have comment or be unexported (golint)
    • Line 35: warning: exported function NodeJSFunctionWithEnvFromConfigMapAndSecret should have comment or be unexported (golint)
    • Line 70: warning: exported function GetUpdatedNodeJSFunction should have comment or be unexported (golint)
    • kyma/components/application-connectivity-validator/internal/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: exported type AppError should have comment or be unexported (golint)
    • Line 28: warning: exported function Internal should have comment or be unexported (golint)
    • Line 32: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 36: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 40: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 44: warning: exported function Forbidden should have comment or be unexported (golint)
    • Line 48: warning: exported function BadRequest should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/certificates/headerparser.go
    • Line 10: warning: exported const ClientCertHeader should have comment or be unexported (golint)
    • Line 12: warning: exported type HeaderParser should have comment or be unexported (golint)
    • Line 16: warning: exported type SubjectVerification should have comment or be unexported (golint)
    • Line 28: warning: exported type CertInfo should have comment or be unexported (golint)
    • Line 33: warning: exported function NewHeaderParser should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/externalapi/middlewares/lookup.go
    • Line 24: warning: exported type LookupService should have comment or be unexported (golint)
    • Line 28: warning: exported type GraphQLLookupService should have comment or be unexported (golint)
    • Line 30: warning: exported function NewGraphQLLookupService should have comment or be unexported (golint)
    • Line 34: warning: exported type LookUpConfig should have comment or be unexported (golint)
    • Line 39: warning: exported type Headers should have comment or be unexported (golint)
    • Line 41: warning: exported method GraphQLLookupService.Fetch should have comment or be unexported (golint)
    • kyma/components/uaa-activator/internal/uaa/parameters.go
    • Line 14: warning: exported type ParametersBuilder should have comment or be unexported (golint)
    • Line 22: warning: exported function NewParametersBuilder should have comment or be unexported (golint)
    • Line 33: warning: exported type Schema should have comment or be unexported (golint)
    • Line 43: warning: exported type Scope should have comment or be unexported (golint)
    • Line 48: warning: exported type RoleTemplate should have comment or be unexported (golint)
    • Line 54: warning: exported type RoleCollection should have comment or be unexported (golint)
    • Line 60: warning: exported type Oauth2Configuration should have comment or be unexported (golint)
    • Line 65: warning: exported method ParametersBuilder.Generate should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/certificates/subject.go
    • Line 5: warning: exported function GetOrganization should have comment or be unexported (golint)
    • Line 9: warning: exported function GetOrganizationalUnit should have comment or be unexported (golint)
    • Line 13: warning: exported function GetCountry should have comment or be unexported (golint)
    • Line 17: warning: exported function GetProvince should have comment or be unexported (golint)
    • Line 21: warning: exported function GetLocality should have comment or be unexported (golint)
    • Line 25: warning: exported function GetCommonName should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/servicecatalog/servicecatalog.go
    • Line 22: warning: exported type PluggableContainer should have comment or be unexported (golint)
    • Line 39: warning: comment on exported type ServiceBindingFinderLister should be of the form "ServiceBindingFinderLister ..." (with optional leading article) (golint)
    • Line 45: warning: exported function New should have comment or be unexported (golint)
    • Line 68: warning: exported method PluggableContainer.Enable should have comment or be unexported (golint)
    • Line 122: warning: exported method PluggableContainer.Disable should have comment or be unexported (golint)
    • Line 138: warning: comment on exported type Resolver should be of the form "Resolver ..." (with optional leading article) (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/assertions/k8s_resource_checker.go
    • Line 29: warning: exported const SpecAPIType should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type Labels should have comment or be unexported (golint)
    • Line 39: warning: exported type ServiceData should have comment or be unexported (golint)
    • Line 58: warning: exported type K8sResourceChecker should have comment or be unexported (golint)
    • Line 64: warning: exported function NewK8sResourceChecker should have comment or be unexported (golint)
    • Line 76: warning: exported method K8sResourceChecker.AssertResourcesForApp should have comment or be unexported (golint)
    • Line 99: warning: exported method K8sResourceChecker.AssertAppResourcesDeleted should have comment or be unexported (golint)
    • Line 111: warning: exported method K8sResourceChecker.AssertAPIPackageResources should have comment or be unexported (golint)
    • Line 146: warning: exported method K8sResourceChecker.AssertAPIPackageDeleted should have comment or be unexported (golint)
    • kyma/common/logging/tracing/middleware.go
    • Line 10: warning: exported const SPAN_HEADER_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported function NewTracingMiddleware should have comment or be unexported (golint)
    • Line 41: warning: should not use basic type string as key in context.WithValue (golint)
    • kyma/tests/integration/api-gateway/gateway-tests/pkg/resource/batch.go
    • Line 12: warning: exported type Batch should have comment or be unexported (golint)
    • Line 16: warning: exported method Batch.CreateResources should have comment or be unexported (golint)
    • Line 24: warning: exported method Batch.UpdateResources should have comment or be unexported (golint)
    • Line 31: warning: exported method Batch.DeleteResources should have comment or be unexported (golint)
    • Line 38: warning: exported function GetResourceSchemaAndNamespace should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/ui/extractor/microfrontend.go
    • Line 11: warning: exported type MFUnstructuredExtractor should have comment or be unexported (golint)
    • Line 13: warning: exported method MFUnstructuredExtractor.Do should have comment or be unexported (golint)
    • Line 22: warning: exported method MFUnstructuredExtractor.ToUnstructured should have comment or be unexported (golint)
    • Line 38: warning: exported method MFUnstructuredExtractor.FromUnstructured should have comment or be unexported (golint)
    • Line 51: warning: exported type CMFUnstructuredExtractor should have comment or be unexported (golint)
    • Line 53: warning: exported method CMFUnstructuredExtractor.Do should have comment or be unexported (golint)
    • Line 62: warning: exported method CMFUnstructuredExtractor.ToUnstructured should have comment or be unexported (golint)
    • Line 78: warning: exported method CMFUnstructuredExtractor.FromUnstructured should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/resource/listener.go
    • Line 12: warning: exported type EventHandlerProvider should have comment or be unexported (golint)
    • Line 14: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 20: warning: exported type Listener should have comment or be unexported (golint)
    • Line 24: warning: exported function NewListener should have comment or be unexported (golint)
    • Line 30: warning: exported method Listener.OnAdd should have comment or be unexported (golint)
    • Line 34: warning: exported method Listener.OnUpdate should have comment or be unexported (golint)
    • Line 38: warning: exported method Listener.OnDelete should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/ems/api/events/types/response.go
    • Line 3: warning: exported type Response should have comment or be unexported (golint)
    • Line 8: warning: exported type PublishResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 19: warning: exported type DeleteResponse should have comment or be unexported (golint)
    • Line 23: warning: exported type UpdateStateResponse should have comment or be unexported (golint)
    • Line 28: warning: exported type TriggerHandshake should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/servicebindingusage/servicebindingusage.go
    • Line 21: warning: exported type ServiceBindingUsage should have comment or be unexported (golint)
    • Line 31: warning: exported function New should have comment or be unexported (golint)
    • Line 42: warning: exported method ServiceBindingUsage.GetName should have comment or be unexported (golint)
    • Line 46: warning: exported method ServiceBindingUsage.Create should have comment or be unexported (golint)
    • Line 78: warning: exported method ServiceBindingUsage.Delete should have comment or be unexported (golint)
    • Line 87: warning: exported method ServiceBindingUsage.Get should have comment or be unexported (golint)
    • Line 101: warning: exported method ServiceBindingUsage.LogResource should have comment or be unexported (golint)
    • Line 116: warning: exported method ServiceBindingUsage.WaitForStatusRunning should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/monitoring/prom/alerts.go
    • Line 3: warning: comment on exported type AlertsResponse should be of the form "AlertsResponse ..." (with optional leading article) (golint)
    • Line 11: warning: exported type AlertsData should have comment or be unexported (golint)
    • Line 15: warning: exported type Alert should have comment or be unexported (golint)
    • Line 20: warning: exported type AlertLabels should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/resource/service.go
    • Line 18: warning: exported type ServiceFactory should have comment or be unexported (golint)
    • Line 23: warning: exported function NewServiceFactoryForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewServiceFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type Service should have comment or be unexported (golint)
    • Line 46: warning: exported method ServiceFactory.ForResource should have comment or be unexported (golint)
    • Line 53: warning: exported method Service.ListInIndex should have comment or be unexported (golint)
    • Line 76: warning: exported method Service.FindInNamespace should have comment or be unexported (golint)
    • Line 95: warning: exported method Service.AddIndexers should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/compassconnection/connector.go
    • Line 17: warning: exported type EstablishedConnection should have comment or be unexported (golint)
    • Line 23: warning: exported const ConnectorTokenHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: comment on exported type Connector should be of the form "Connector ..." (with optional leading article) (golint)
    • Line 32: warning: exported function NewCompassConnector should have comment or be unexported (golint)
    • kyma/components/application-registry/internal/metadata/specification/rafter/clusterassetgrouprepository.go
    • Line 18: warning: exported const ClusterAssetGroupModeSingle should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: comment on exported type ResourceInterface should be of the form "ResourceInterface ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type ClusterAssetGroupRepository should be of the form "ClusterAssetGroupRepository ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewClusterAssetGroupRepository should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/rafter/rafter.go
    • Line 15: warning: exported const ViewContextLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type Config should have comment or be unexported (golint)
    • Line 28: warning: exported type PluggableContainer should have comment or be unexported (golint)
    • Line 36: warning: exported function New should have comment or be unexported (golint)
    • Line 52: warning: exported method PluggableContainer.Enable should have comment or be unexported (golint)
    • Line 106: warning: exported method PluggableContainer.Disable should have comment or be unexported (golint)
    • Line 123: warning: comment on exported type Resolver should be of the form "Resolver ..." (with optional leading article) (golint)
    • kyma/tests/function-controller/pkg/subscription/subscription.go
    • Line 32: warning: exported type Subscription should have comment or be unexported (golint)
    • Line 41: warning: exported function New should have comment or be unexported (golint)
    • Line 58: warning: exported method Subscription.GetName should have comment or be unexported (golint)
    • Line 62: warning: exported method Subscription.Create should have comment or be unexported (golint)
    • Line 112: warning: exported method Subscription.Delete should have comment or be unexported (golint)
    • Line 121: warning: exported method Subscription.Get should have comment or be unexported (golint)
    • Line 130: warning: exported method Subscription.WaitForStatusRunning should have comment or be unexported (golint)
    • Line 158: warning: exported method Subscription.LogResource should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/commander/fake/commander.go
    • Line 10: warning: exported type Commander should have comment or be unexported (golint)
    • Line 15: warning: exported method Commander.Init should have comment or be unexported (golint)
    • Line 19: warning: exported method Commander.Start should have comment or be unexported (golint)
    • Line 23: warning: exported method Commander.Stop should have comment or be unexported (golint)
    • Line 27: warning: exported type Cleaner should have comment or be unexported (golint)
    • Line 30: warning: exported method Cleaner.Clean should have comment or be unexported (golint)
    • kyma/tests/application-registry-tests/test/testkit/model.go
    • Line 9: warning: exported var ApiRawSpec should have comment or be unexported (golint)
    • Line 15: warning: exported type Service should have comment or be unexported (golint)
    • Line 25: warning: exported type ServiceDetails should have comment or be unexported (golint)
    • Line 37: warning: exported type PostServiceResponse should have comment or be unexported (golint)
    • Line 41: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 46: warning: exported type API should have comment or be unexported (golint)
    • Line 57: warning: exported type RequestParameters should have comment or be unexported (golint)
    • Line 62: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 68: warning: exported type CSRFInfo should have comment or be unexported (golint)
    • Line 72: warning: exported type Oauth should have comment or be unexported (golint)
    • Line 80: warning: exported type Basic should have comment or be unexported (golint)
    • Line 86: warning: exported type CertificateGen should have comment or be unexported (golint)
    • Line 92: warning: exported type Events should have comment or be unexported (golint)
    • Line 96: warning: exported type Documentation should have comment or be unexported (golint)
    • Line 104: warning: exported type DocsObject should have comment or be unexported (golint)
    • Line 110: warning: exported function Compact should have comment or be unexported (golint)
    • Line 119: warning: exported method ServiceDetails.WithAPI should have comment or be unexported (golint)
    • Line 124: warning: exported method API.WithCSRFInOAuth should have comment or be unexported (golint)
    • Line 131: warning: exported method API.WithRequestParametersInOAuth should have comment or be unexported (golint)
    • Line 138: warning: exported method API.WithCSRFInBasic should have comment or be unexported (golint)
    • Line 145: warning: exported method API.WithCSRFInCertificateGen should have comment or be unexported (golint)
    • Line 152: warning: exported method API.WithRequestParameters should have comment or be unexported (golint)
    • Line 157: warning: exported method API.WithHeadersAndQueryParameters should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/resource/generic_service.go
    • Line 11: warning: exported type GenericService should have comment or be unexported (golint)
    • Line 15: warning: exported method GenericService.ListInNamespace should have comment or be unexported (golint)
    • Line 19: warning: exported method GenericService.List should have comment or be unexported (golint)
    • Line 23: warning: exported method GenericService.GetInNamespace should have comment or be unexported (golint)
    • Line 28: warning: exported method GenericService.Get should have comment or be unexported (golint)
    • Line 32: warning: exported method GenericService.UpdateInNamespace should have comment or be unexported (golint)
    • Line 49: warning: exported method GenericService.DeleteInNamespace should have comment or be unexported (golint)
    • Line 60: warning: exported method GenericService.Delete should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/applications/api.go
    • Line 5: warning: exported type APIDefinitionInput should have comment or be unexported (golint)
    • Line 6: warning: exported type AuthInput should have comment or be unexported (golint)
    • Line 8: warning: exported function NewAPI should have comment or be unexported (golint)
    • Line 17: warning: exported method APIDefinitionInput.ToCompassInput should have comment or be unexported (golint)
    • Line 22: warning: exported method APIDefinitionInput.WithJsonApiSpec should have comment or be unexported (golint)
    • Line 31: warning: exported method APIDefinitionInput.WithYamlApiSpec should have comment or be unexported (golint)
    • Line 40: warning: exported method APIDefinitionInput.WithXMLApiSpec should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/apiresources/rafter/clusterassetgrouprepository.go
    • Line 18: warning: exported const AssetGroupModeSingle should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: comment on exported type ResourceInterface should be of the form "ResourceInterface ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type ClusterAssetGroupRepository should be of the form "ClusterAssetGroupRepository ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewAssetGroupRepository should have comment or be unexported (golint)
    • kyma/components/kyma-operator/pkg/kymaoperation/steps/install.go
    • Line 48: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 57: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 63: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 64: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 66: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 67: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 68: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/console-backend-service/internal/domain/serverless/repository_resolver.go
    • Line 10: warning: exported type GitRepositoryList should have comment or be unexported (golint)
    • Line 12: warning: exported method GitRepositoryList.Append should have comment or be unexported (golint)
    • Line 18: warning: exported method NewResolver.GitRepositoriesQuery should have comment or be unexported (golint)
    • Line 24: warning: exported method NewResolver.GitRepositoryQuery should have comment or be unexported (golint)
    • Line 30: warning: exported method NewResolver.CreateGitRepository should have comment or be unexported (golint)
    • Line 47: warning: exported method NewResolver.UpdateGitRepository should have comment or be unexported (golint)
    • Line 56: warning: exported method NewResolver.DeleteGitRepository should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/broker/testing/listers.go
    • Line 20: warning: exported type Listers should have comment or be unexported (golint)
    • Line 24: warning: exported function NewScheme should have comment or be unexported (golint)
    • Line 35: warning: exported function NewListers should have comment or be unexported (golint)
    • Line 51: warning: exported method Listers.GetKubeObjects should have comment or be unexported (golint)
    • Line 55: warning: exported method Listers.GetIstioObjects should have comment or be unexported (golint)
    • Line 59: warning: exported method Listers.GetEAObjects should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/api-gateway/apigateway.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 56: warning: exported type ApiGatewayTest should have comment or be unexported (golint)
    • Line 64: warning: exported function NewApiGatewayTest should have comment or be unexported (golint)
    • Line 75: warning: exported method ApiGatewayTest.CreateResources should have comment or be unexported (golint)
    • Line 79: warning: exported method ApiGatewayTest.CreateResourcesError should have comment or be unexported (golint)
    • Line 108: warning: exported method ApiGatewayTest.TestResources should have comment or be unexported (golint)
    • Line 112: warning: exported method ApiGatewayTest.TestResourcesError should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/rafter/asset_service.go
    • Line 17: warning: don't use underscores in Go names; const Namespace_AssetGroupName_Index should be NamespaceAssetGroupNameIndex (golint)
    • Line 17: warning: exported const Namespace_AssetGroupName_Index should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: don't use underscores in Go names; const Namespace_AssetGroupName_Type_Index should be NamespaceAssetGroupNameTypeIndex (golint)
    • kyma/components/console-backend-service/internal/domain/shared/servicecatalogaddons.go
    • Line 8: warning: comment on exported type ServiceCatalogAddonsRetriever should be of the form "ServiceCatalogAddonsRetriever ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type ServiceBindingUsageLister should be of the form "ServiceBindingUsageLister ..." (with optional leading article) (golint)
    • Line 20: warning: comment on exported type GqlServiceBindingUsageConverter should be of the form "GqlServiceBindingUsageConverter ..." (with optional leading article) (golint)
    • kyma/tests/function-controller/pkg/shared/shared.go
    • Line 13: warning: exported var ErrInvalidDataType should have comment or be unexported (golint)
    • Line 16: warning: exported type Container should have comment or be unexported (golint)
    • Line 24: warning: exported method Container.WithLogger should have comment or be unexported (golint)
    • Line 29: warning: exported function LogReadiness should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/config/provider.go
    • Line 17: warning: exported type ConnectionConfig should have comment or be unexported (golint)
    • Line 22: warning: exported type RuntimeConfig should have comment or be unexported (golint)
    • Line 27: warning: comment on exported type Provider should be of the form "Provider ..." (with optional leading article) (golint)
    • Line 33: warning: exported function NewConfigProvider should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/pager/pager.go
    • Line 11: warning: exported type PagingParams should have comment or be unexported (golint)
    • Line 16: warning: exported type Pager should have comment or be unexported (golint)
    • Line 20: warning: comment on exported type PageableStore should be of the form "PageableStore ..." (with optional leading article) (golint)
    • Line 27: warning: exported function From should have comment or be unexported (golint)
    • Line 33: warning: exported method Pager.Limit should have comment or be unexported (golint)
    • kyma/components/function-controller/internal/resource/resource.go
    • Line 13: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type K8sClient should be of the form "K8sClient ..." (with optional leading article) (golint)
    • Line 36: warning: exported type Object should have comment or be unexported (golint)
    • Line 55: warning: exported function New should have comment or be unexported (golint)
    • kyma/tests/application-operator-tests/test/serviceinstancecontroller/suite.go
    • Line 26: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 41: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 73: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 84: warning: exported method TestSuite.DeleteTestNamespace should have comment or be unexported (golint)
    • Line 89: warning: exported method TestSuite.CreateFirstServiceInstance should have comment or be unexported (golint)
    • Line 93: warning: exported method TestSuite.CreateSecondServiceInstance should have comment or be unexported (golint)
    • Line 116: warning: exported method TestSuite.DeleteFirstServiceInstance should have comment or be unexported (golint)
    • Line 121: warning: exported method TestSuite.DeleteSecondServiceInstance should have comment or be unexported (golint)
    • Line 126: warning: exported method TestSuite.WaitForReleaseToInstall should have comment or be unexported (golint)
    • Line 133: warning: exported method TestSuite.WaitForReleaseToUninstall should have comment or be unexported (golint)
    • Line 138: warning: exported method TestSuite.CheckK8sResourcesDeployed should have comment or be unexported (golint)
    • Line 142: warning: exported method TestSuite.CheckK8sResourceRemoved should have comment or be unexported (golint)
    • Line 146: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 157: warning: exported method TestSuite.TestShouldRun should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/retry/retry.go
    • Line 13: warning: exported var DefaultBackoff should have comment or be unexported (golint)
    • Line 44: warning: exported function WithIgnoreOnNotFound should have comment or be unexported (golint)
    • Line 48: warning: exported function WithIgnoreOnConflict should have comment or be unexported (golint)
    • Line 52: warning: exported function OnTimeout should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/runtimes/cfg.go
    • Line 20: warning: exported type FunctionTestConfig should have comment or be unexported (golint)
    • Line 37: warning: exported function NewFunctionConfig should have comment or be unexported (golint)
    • Line 75: warning: exported type FunctionSimpleTestConfig should have comment or be unexported (golint)
    • Line 81: warning: exported function NewFunctionSimpleConfig should have comment or be unexported (golint)
    • kyma/components/kyma-operator/pkg/kymahelm/wait.go
    • Line 17: warning: exported type WaitReleaseStatusFunc should have comment or be unexported (golint)
    • Line 18: warning: exported type WaitPredicateFunc should have comment or be unexported (golint)
    • Line 20: warning: exported type WaitOption should have comment or be unexported (golint)
    • Line 79: warning: exported method Client.WaitForReleaseDelete should have comment or be unexported (golint)
    • Line 104: warning: exported method Client.WaitForReleaseRollback should have comment or be unexported (golint)
    • Line 136: warning: exported function ReleaseStatusFunc should have comment or be unexported (golint)
    • Line 142: warning: exported function SleepTimeSecs should have comment or be unexported (golint)
    • Line 148: warning: exported function MaxIterations should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/configure.go
    • Line 20: warning: exported type ConfigureFunction should have comment or be unexported (golint)
    • Line 35: warning: exported type Object should have comment or be unexported (golint)
    • Line 41: warning: exported function NewConfigureFunction should have comment or be unexported (golint)
    • Line 63: warning: exported method ConfigureFunction.Name should have comment or be unexported (golint)
    • Line 67: warning: exported method ConfigureFunction.Run should have comment or be unexported (golint)
    • Line 177: warning: exported method ConfigureFunction.OnError should have comment or be unexported (golint)
    • Line 189: warning: exported method ConfigureFunction.Cleanup should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/certificates/model.go
    • Line 14: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 19: warning: exported type ClientCredentials should have comment or be unexported (golint)
    • Line 25: warning: exported function NewCredentials should have comment or be unexported (golint)
    • Line 61: warning: exported function ParsePrivateKey should have comment or be unexported (golint)
    • Line 74: warning: exported type PemEncodedCredentials should have comment or be unexported (golint)
    • Line 81: warning: exported method ClientCredentials.AsTLSCertificate should have comment or be unexported (golint)
    • Line 94: warning: exported method Credentials.AsPemEncoded should have comment or be unexported (golint)
    • Line 113: warning: exported method PemEncodedCredentials.AsClientCredentials should have comment or be unexported (golint)
    • Line 136: warning: exported method PemEncodedCredentials.AsCredentials should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/helmtest/config.go
    • Line 20: warning: exported type TestConfig should have comment or be unexported (golint)
    • Line 28: warning: exported function ReadConfig should have comment or be unexported (golint)
    • Line 31: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 36: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 41: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 46: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 51: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 56: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/binding/pkg/apis/v1alpha1/targetkind_types.go
    • Line 16: warning: exported const TargetKindRegistered should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type Resource should have comment or be unexported (golint)
    • Line 40: warning: exported method TargetKindStatus.IsEmpty should have comment or be unexported (golint)
    • Line 44: warning: exported method TargetKindStatus.IsRegistered should have comment or be unexported (golint)
    • Line 48: warning: exported method TargetKindStatus.Registered should have comment or be unexported (golint)
    • Line 55: warning: exported method TargetKindStatus.IsFailed should have comment or be unexported (golint)
    • Line 59: warning: exported method TargetKindStatus.Failed should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/ui/automock/export.go
    • Line 3: warning: exported function NewBackendModuleConverter should have comment or be unexported (golint)
    • Line 7: warning: exported function NewBackendModuleService should have comment or be unexported (golint)
    • Line 11: warning: exported function NewMicroFrontendConverter should have comment or be unexported (golint)
    • Line 15: warning: exported function NewMicroFrontendService should have comment or be unexported (golint)
    • Line 19: warning: exported function NewClusterMicroFrontendConverter should have comment or be unexported (golint)
    • Line 23: warning: exported function NewClusterMicroFrontendService should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/step/serial.go
    • Line 13: warning: exported type SerialRunner should have comment or be unexported (golint)
    • Line 20: warning: exported function NewSerialTestRunner should have comment or be unexported (golint)
    • Line 24: warning: exported method SerialRunner.Name should have comment or be unexported (golint)
    • Line 37: warning: exported method SerialRunner.Run should have comment or be unexported (golint)
    • Line 65: warning: exported method SerialRunner.Cleanup should have comment or be unexported (golint)
    • Line 76: warning: exported method SerialRunner.OnError should have comment or be unexported (golint)
    • kyma/components/application-operator/pkg/application-controller/reconciler.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 25: warning: comment on exported type ApplicationManagerClient should be of the form "ApplicationManagerClient ..." (with optional leading article) (golint)
    • Line 31: warning: comment on exported type ApplicationReconciler should be of the form "ApplicationReconciler ..." (with optional leading article) (golint)
    • Line 42: warning: exported function NewReconciler should have comment or be unexported (golint)
    • kyma/components/binding/internal/webhook/binding/mutate/mutate.go
    • Line 23: warning: exported type MutationHandler should have comment or be unexported (golint)
    • Line 31: warning: exported function NewMutationHandler should have comment or be unexported (golint)
    • Line 40: warning: exported method MutationHandler.Handle should have comment or be unexported (golint)
    • Line 175: warning: exported method MutationHandler.InjectDecoder should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/application/lister.go
    • Line 20: warning: exported type Lister should have comment or be unexported (golint)
    • Line 24: warning: exported function NewLister should have comment or be unexported (golint)
    • Line 34: warning: exported method Lister.Get should have comment or be unexported (golint)
    • Line 53: warning: exported function GroupVersionResource should have comment or be unexported (golint)
    • Line 61: warning: exported function GroupVersionKind should have comment or be unexported (golint)
    • kyma/tests/rafter/pkg/resource/resource.go
    • Line 20: warning: exported type Resource should have comment or be unexported (golint)
    • Line 28: warning: exported function New should have comment or be unexported (golint)
    • Line 33: warning: exported method Resource.Create should have comment or be unexported (golint)
    • Line 60: warning: exported method Resource.Get should have comment or be unexported (golint)
    • Line 80: warning: exported method Resource.Delete should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/service.go
    • Line 27: warning: comment on exported type Service should be of the form "Service ..." (with optional leading article) (golint)
    • Line 32: warning: exported type Operation should have comment or be unexported (golint)
    • Line 35: warning: exported const Create should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type Result should have comment or be unexported (golint)
    • Line 47: warning: exported function NewService should have comment or be unexported (golint)
    • kyma/tests/connector-service-tests/test/testkit/config.go
    • Line 18: warning: exported type TestConfig should have comment or be unexported (golint)
    • Line 26: warning: exported function ReadConfig should have comment or be unexported (golint)
    • Line 29: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 34: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 39: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/tests/application-operator-tests/test/application/suite.go
    • Line 31: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 43: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 71: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 77: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 83: warning: exported method TestSuite.WaitForApplicationToBeDeployed should have comment or be unexported (golint)
    • Line 95: warning: exported method TestSuite.RunApplicationTests should have comment or be unexported (golint)
    • kyma/tests/application-registry-tests/test/testkit/k8sresources_check.go
    • Line 18: warning: exported type Labels should have comment or be unexported (golint)
    • Line 20: warning: exported type ServiceData should have comment or be unexported (golint)
    • Line 34: warning: exported function CheckK8sService should have comment or be unexported (golint)
    • Line 45: warning: exported function CheckK8sOAuthSecret should have comment or be unexported (golint)
    • Line 55: warning: exported function CheckK8sBasicAuthSecret should have comment or be unexported (golint)
    • Line 65: warning: exported function CheckK8sCertificateGenSecret should have comment or be unexported (golint)
    • Line 81: warning: exported function CheckK8sParamsSecret should have comment or be unexported (golint)
    • Line 103: warning: exported function CheckK8sApplication should have comment or be unexported (golint)
    • Line 137: warning: exported function CheckK8sApplicationNotContainsService should have comment or be unexported (golint)
    • kyma/components/central-application-connectivity-validator/internal/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: exported type AppError should have comment or be unexported (golint)
    • Line 28: warning: exported function Internal should have comment or be unexported (golint)
    • Line 32: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 36: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 40: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 44: warning: exported function Forbidden should have comment or be unexported (golint)
    • Line 48: warning: exported function BadRequest should have comment or be unexported (golint)
    • kyma/tests/application-connector-tests/test/testkit/services/model.go
    • Line 5: warning: exported type PublishRequest should have comment or be unexported (golint)
    • Line 13: warning: exported type PublishResponse should have comment or be unexported (golint)
    • Line 19: warning: exported type AnyValue should have comment or be unexported (golint)
    • Line 22: warning: exported type Service should have comment or be unexported (golint)
    • Line 32: warning: exported type ServiceDetails should have comment or be unexported (golint)
    • Line 44: warning: exported type PostServiceResponse should have comment or be unexported (golint)
    • Line 48: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 53: warning: exported type API should have comment or be unexported (golint)
    • Line 63: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 71: warning: exported type Oauth should have comment or be unexported (golint)
    • Line 77: warning: exported type Basic should have comment or be unexported (golint)
    • Line 82: warning: exported type CertificateGen should have comment or be unexported (golint)
    • Line 86: warning: exported type Events should have comment or be unexported (golint)
    • Line 90: warning: exported type Documentation should have comment or be unexported (golint)
    • Line 98: warning: exported type DocsObject should have comment or be unexported (golint)
    • Line 104: warning: exported method API.WithBasicAuth should have comment or be unexported (golint)
    • Line 117: warning: exported method API.WithOAuth should have comment or be unexported (golint)
    • Line 131: warning: exported method API.WithCustomHeaders should have comment or be unexported (golint)
    • Line 137: warning: exported method API.WithCustomQueryParams should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/apirule/apirule.go
    • Line 21: warning: exported type APIRule should have comment or be unexported (golint)
    • Line 30: warning: exported function New should have comment or be unexported (golint)
    • Line 47: warning: exported method APIRule.GetName should have comment or be unexported (golint)
    • Line 51: warning: exported method APIRule.Create should have comment or be unexported (golint)
    • Line 94: warning: exported method APIRule.Delete should have comment or be unexported (golint)
    • Line 103: warning: exported method APIRule.Get should have comment or be unexported (golint)
    • Line 111: warning: exported method APIRule.WaitForStatusRunning should have comment or be unexported (golint)
    • Line 128: warning: exported method APIRule.LogResource should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/pkg/httptools/http.go
    • Line 8: warning: exported type HttpClientProvider should have comment or be unexported (golint)
    • Line 9: warning: exported type HttpRequestProvider should have comment or be unexported (golint)
    • Line 11: warning: exported type HttpClient should have comment or be unexported (golint)
    • Line 15: warning: exported function DefaultHttpClientProvider should have comment or be unexported (golint)
    • Line 19: warning: exported function DefaultHttpRequestProvider should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/k8s/listener/automock/export.go
    • Line 3: warning: exported function NewGQLPodConverter should have comment or be unexported (golint)
    • Line 7: warning: exported function NewGQLSecretConverter should have comment or be unexported (golint)
    • Line 11: warning: exported function NewGQLServiceConverter should have comment or be unexported (golint)
    • Line 15: warning: exported function NewGQLConfigMapConverter should have comment or be unexported (golint)
    • Line 19: warning: exported function NewNamespaceConverter should have comment or be unexported (golint)
    • kyma/tests/rafter/pkg/fileclient/fileclient.go
    • Line 11: warning: exported type Config should have comment or be unexported (golint)
    • Line 15: warning: exported type FileClient should have comment or be unexported (golint)
    • Line 20: warning: exported function New should have comment or be unexported (golint)
    • Line 35: warning: exported method FileClient.Get should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/runtimeagent/suite.go
    • Line 39: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 52: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 74: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 140: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 172: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 219: warning: exported method TestSuite.GenerateCertificateForApplication should have comment or be unexported (golint)
    • Line 229: warning: exported method TestSuite.GetMockServiceURL should have comment or be unexported (golint)
    • Line 233: warning: exported method TestSuite.WaitForApplicationToBeDeployed should have comment or be unexported (golint)
    • Line 250: warning: exported method TestSuite.CreateApplicationMapping should have comment or be unexported (golint)
    • Line 267: warning: exported method TestSuite.DeleteApplicationMapping should have comment or be unexported (golint)
    • Line 271: warning: exported method TestSuite.WaitForProxyInvalidation should have comment or be unexported (golint)
    • Line 276: warning: exported method TestSuite.WaitForConfigurationApplication should have comment or be unexported (golint)
    • kyma/components/application-operator/pkg/apis/applicationconnector/v1alpha1/methods.go
    • Line 5: warning: exported method Application.SetInstallationStatus should have comment or be unexported (golint)
    • Line 9: warning: exported method Application.SetAccessLabel should have comment or be unexported (golint)
    • Line 13: warning: exported method Application.SetFinalizer should have comment or be unexported (golint)
    • Line 23: warning: exported method Application.HasFinalizer should have comment or be unexported (golint)
    • Line 27: warning: exported method Application.RemoveFinalizer should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/check.go
    • Line 19: warning: exported type HTTPCheck should have comment or be unexported (golint)
    • Line 33: warning: exported function NewHTTPCheck should have comment or be unexported (golint)
    • Line 44: warning: exported method HTTPCheck.Name should have comment or be unexported (golint)
    • Line 48: warning: exported method HTTPCheck.Run should have comment or be unexported (golint)
    • Line 69: warning: exported method HTTPCheck.Cleanup should have comment or be unexported (golint)
    • Line 73: warning: exported method HTTPCheck.OnError should have comment or be unexported (golint)
    • Line 79: warning: exported type DefaultedFunctionCheck should have comment or be unexported (golint)
    • Line 84: warning: exported function NewDefaultedFunctionCheck should have comment or be unexported (golint)
    • Line 91: warning: exported method DefaultedFunctionCheck.Name should have comment or be unexported (golint)
    • Line 95: warning: exported method DefaultedFunctionCheck.Run should have comment or be unexported (golint)
    • Line 118: warning: exported method DefaultedFunctionCheck.Cleanup should have comment or be unexported (golint)
    • Line 122: warning: exported method DefaultedFunctionCheck.OnError should have comment or be unexported (golint)
    • Line 126: warning: exported type E2EFunctionCheck should have comment or be unexported (golint)
    • Line 135: warning: exported function NewE2EFunctionCheck should have comment or be unexported (golint)
    • Line 146: warning: exported method E2EFunctionCheck.Name should have comment or be unexported (golint)
    • Line 150: warning: exported method E2EFunctionCheck.Run should have comment or be unexported (golint)
    • Line 191: warning: exported method E2EFunctionCheck.Cleanup should have comment or be unexported (golint)
    • Line 195: warning: exported method E2EFunctionCheck.OnError should have comment or be unexported (golint)
    • Line 195: warning: receiver name e should be consistent with previous receiver name c for E2EFunctionCheck (golint)
    • kyma/components/application-operator/pkg/utils/string_map.go
    • Line 4: warning: exported const Separator should have comment (or a comment on this block) or be unexported (golint)
    • Line 8: warning: exported type InterfaceMap should have comment or be unexported (golint)
    • Line 9: warning: exported type StringMap should have comment or be unexported (golint)
    • Line 11: warning: exported function NewStringMap should have comment or be unexported (golint)
    • Line 17: warning: exported method StringMap.ContainsAll should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/compass/connector/client.go
    • Line 11: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 22: warning: exported function NewConnectorClient should have comment or be unexported (golint)
    • Line 65: warning: exported type ConfigurationResponse should have comment or be unexported (golint)
    • Line 69: warning: exported type CertificationResponse should have comment or be unexported (golint)
    • Line 73: warning: exported type RevokeResult should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/apiresources/rafter/clusterassetgroup/model.go
    • Line 4: warning: exported const KeyOpenApiSpec should have comment (or a comment on this block) or be unexported (golint)
    • Line 11: warning: exported type Entry should have comment or be unexported (golint)
    • Line 20: warning: exported type Asset should have comment or be unexported (golint)
    • Line 30: warning: exported type StatusType should have comment or be unexported (golint)
    • Line 33: warning: exported const StatusNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported type ApiType should have comment or be unexported (golint)
    • Line 39: warning: exported const OpenApiType should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported type SpecFormat should have comment or be unexported (golint)
    • Line 48: warning: exported const SpecFormatJSON should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported type SpecCategory should have comment or be unexported (golint)
    • Line 56: warning: exported const ApiSpec should have comment (or a comment on this block) or be unexported (golint)
    • kyma/components/busola-migrator/internal/kubernetes/client.go
    • Line 36: warning: comment on exported type CRBInterface should be of the form "CRBInterface ..." (with optional leading article) (golint)
    • Line 43: warning: exported type Client should have comment or be unexported (golint)
    • Line 47: warning: exported function New should have comment or be unexported (golint)
    • Line 58: warning: exported method Client.EnsureUserPermissions should have comment or be unexported (golint)
    • kyma/components/service-binding-usage-controller/pkg/apis/servicecatalog/v1alpha1/types.go
    • Line 13: warning: exported type ServiceBindingUsage should have comment or be unexported (golint)
    • Line 20: warning: exported method ServiceBindingUsage.GetObjectKind should have comment or be unexported (golint)
    • Line 24: warning: comment on exported type ServiceBindingUsageStatus should be of the form "ServiceBindingUsageStatus ..." (with optional leading article) (golint)
    • Line 112: warning: exported type ServiceBindingUsageList should have comment or be unexported (golint)
    • Line 124: warning: exported type UsageKind should have comment or be unexported (golint)
    • Line 137: warning: exported type ResourceReference should have comment or be unexported (golint)
    • Line 145: warning: exported type UsageKindList should have comment or be unexported (golint)
    • kyma/common/logging/logger/logger.go
    • Line 16: warning: exported type Logger should have comment or be unexported (golint)
    • Line 20: warning: exported function New should have comment or be unexported (golint)
    • Line 42: warning: exported method Logger.WithTracing should have comment or be unexported (golint)
    • Line 51: warning: exported method Logger.WithContext should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function LogFatalError should be of the form "LogFatalError ..." (golint)
    • Line 67: warning: comment on exported function InitKlog should be of the form "InitKlog ..." (golint)
    • kyma/components/binding/pkg/apis/v1alpha1/binding_types.go
    • Line 11: warning: exported const BindingLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: exported const BindingFinalizer should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type BindingPhase should have comment or be unexported (golint)
    • Line 22: warning: exported const BindingReady should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type SourceKind should have comment or be unexported (golint)
    • Line 30: warning: exported const SourceKindSecret should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type Source should have comment or be unexported (golint)
    • Line 39: warning: exported type Target should have comment or be unexported (golint)
    • Line 59: warning: exported method BindingStatus.IsEmpty should have comment or be unexported (golint)
    • Line 63: warning: exported method BindingStatus.IsPending should have comment or be unexported (golint)
    • Line 67: warning: exported method BindingStatus.IsFailed should have comment or be unexported (golint)
    • Line 71: warning: exported method BindingStatus.Init should have comment or be unexported (golint)
    • Line 81: warning: exported method BindingStatus.Pending should have comment or be unexported (golint)
    • Line 91: warning: exported method BindingStatus.Ready should have comment or be unexported (golint)
    • Line 101: warning: exported method BindingStatus.Failed should have comment or be unexported (golint)
    • kyma/components/application-operator/pkg/apis/applicationconnector/v1alpha1/types.go
    • Line 13: warning: exported type Application should have comment or be unexported (golint)
    • Line 20: warning: exported method Application.ShouldSkipInstallation should have comment or be unexported (golint)
    • Line 24: warning: exported method Application.GetApplicationID should have comment or be unexported (golint)
    • Line 32: warning: exported type ApplicationStatus should have comment or be unexported (golint)
    • Line 37: warning: exported type InstallationStatus should have comment or be unexported (golint)
    • Line 42: warning: exported method Application.GetObjectKind should have comment or be unexported (golint)
    • Line 42: warning: receiver name pw should be consistent with previous receiver name app for Application (golint)
    • Line 66: warning: exported type CompassMetadata should have comment or be unexported (golint)
    • Line 71: warning: exported type Authentication should have comment or be unexported (golint)
    • Line 94: warning: exported type CSRFInfo should have comment or be unexported (golint)
    • Line 132: warning: exported type ApplicationList should have comment or be unexported (golint)
    • kyma/components/eventing-controller/testing/matchers.go
    • Line 9: warning: should not use dot imports (golint)
    • Line 10: warning: should not use dot imports (golint)
    • Line 11: warning: should not use dot imports (golint)
    • Line 27: warning: exported function HaveSubscriptionName should have comment or be unexported (golint)
    • Line 31: warning: exported function HaveSubscriptionSink should have comment or be unexported (golint)
    • Line 35: warning: exported function HaveSubscriptionFinalizer should have comment or be unexported (golint)
    • Line 39: warning: exported function HaveNotFoundSubscription should have comment or be unexported (golint)
    • Line 43: warning: exported function IsAnEmptySubscription should have comment or be unexported (golint)
    • Line 54: warning: exported function HaveNotEmptyAPIRule should have comment or be unexported (golint)
    • Line 60: warning: exported function HaveNotEmptyHost should have comment or be unexported (golint)
    • Line 66: warning: exported function HaveAPIRuleGateway should have comment or be unexported (golint)
    • Line 75: warning: exported function HaveAPIRuleLabels should have comment or be unexported (golint)
    • Line 81: warning: exported function HaveAPIRuleService should have comment or be unexported (golint)
    • Line 96: warning: exported function HaveAPIRuleSpecRules should have comment or be unexported (golint)
    • Line 115: warning: exported function HaveAPIRuleOwnersRefs should have comment or be unexported (golint)
    • Line 129: warning: exported function HaveNoneEmptyAPIRuleName should have comment or be unexported (golint)
    • Line 135: warning: exported function HaveAPIRuleName should have comment or be unexported (golint)
    • Line 141: warning: exported function HaveSubscriptionReady should have comment or be unexported (golint)
    • Line 147: warning: exported function HaveCondition should have comment or be unexported (golint)
    • Line 156: warning: exported function HaveEvent should have comment or be unexported (golint)
    • Line 164: warning: exported function IsK8sUnprocessableEntity should have comment or be unexported (golint)
    • Line 172: warning: exported function BeGreaterThanOrEqual should have comment or be unexported (golint)
    • Line 176: warning: exported function HaveValidClientID should have comment or be unexported (golint)
    • Line 185: warning: exported function HaveValidClientSecret should have comment or be unexported (golint)
    • Line 194: warning: exported function HaveValidTokenEndpoint should have comment or be unexported (golint)
    • Line 203: warning: exported function HaveValidEMSPublishURL should have comment or be unexported (golint)
    • Line 212: warning: exported function HaveValidBEBNamespace should have comment or be unexported (golint)
    • kyma/components/eventing-controller/reconciler/subscription/reconciler_test.go
    • Line 795: warning: context.Context should be the first parameter of a function (golint)
    • Line 802: warning: context.Context should be the first parameter of a function (golint)
    • Line 831: warning: context.Context should be the first parameter of a function (golint)
    • Line 856: warning: context.Context should be the first parameter of a function (golint)
    • Line 877: warning: context.Context should be the first parameter of a function (golint)
    • Line 914: warning: context.Context should be the first parameter of a function (golint)
    • Line 972: warning: context.Context should be the first parameter of a function (golint)
    • Line 1008: warning: context.Context should be the first parameter of a function (golint)
    • Line 1016: warning: context.Context should be the first parameter of a function (golint)
    • Line 1154: warning: context.Context should be the first parameter of a function (golint)
    • kyma/tests/function-controller/pkg/serviceinstance/serviceinstance.go
    • Line 21: warning: exported type ServiceInstance should have comment or be unexported (golint)
    • Line 30: warning: exported method ServiceInstance.GetName should have comment or be unexported (golint)
    • Line 34: warning: exported function New should have comment or be unexported (golint)
    • Line 44: warning: exported method ServiceInstance.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method ServiceInstance.Delete should have comment or be unexported (golint)
    • Line 82: warning: exported method ServiceInstance.Get should have comment or be unexported (golint)
    • Line 96: warning: exported method ServiceInstance.LogResource should have comment or be unexported (golint)
    • Line 111: warning: exported method ServiceInstance.WaitForStatusRunning should have comment or be unexported (golint)
    • kyma/components/binding/internal/target/handler.go
    • Line 19: warning: exported type Handler should have comment or be unexported (golint)
    • Line 24: warning: exported function NewHandler should have comment or be unexported (golint)
    • Line 31: warning: exported method Handler.AddLabel should have comment or be unexported (golint)
    • Line 52: warning: exported method Handler.LabelExist should have comment or be unexported (golint)
    • Line 74: warning: exported method Handler.RemoveOldAddNewLabel should have comment or be unexported (golint)
    • Line 105: warning: exported method Handler.RemoveLabel should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/resource/resource.go
    • Line 19: warning: exported type Resource should have comment or be unexported (golint)
    • Line 27: warning: exported function New should have comment or be unexported (golint)
    • Line 32: warning: exported method Resource.Create should have comment or be unexported (golint)
    • Line 62: warning: exported method Resource.List should have comment or be unexported (golint)
    • Line 89: warning: exported method Resource.Get should have comment or be unexported (golint)
    • Line 111: warning: exported function WaitUntilConditionSatisfied should have comment or be unexported (golint)
    • Line 139: warning: exported method Resource.Delete should have comment or be unexported (golint)
    • Line 161: warning: exported method Resource.Update should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/ems/httpclient/client.go
    • Line 18: warning: exported type Client should have comment or be unexported (golint)
    • Line 22: warning: exported function NewHttpClient should have comment or be unexported (golint)
    • Line 40: warning: exported method Client.GetHttpClient should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.NewRequest should have comment or be unexported (golint)
    • Line 66: warning: exported method Client.Do should have comment or be unexported (golint)
    • kyma/tests/rafter/pkg/namespace/namespace.go
    • Line 13: warning: exported type Namespace should have comment or be unexported (golint)
    • Line 18: warning: exported function New should have comment or be unexported (golint)
    • Line 22: warning: exported method Namespace.Create should have comment or be unexported (golint)
    • Line 37: warning: exported method Namespace.Delete should have comment or be unexported (golint)
    • kyma/tests/application-gateway-tests/test/gateway/testkit/proxyconfig/credentials.go
    • Line 8: warning: exported type ConfigBuilder should have comment or be unexported (golint)
    • Line 12: warning: exported function NewConfigBuilder should have comment or be unexported (golint)
    • Line 20: warning: exported method ConfigBuilder.WithOAuth should have comment or be unexported (golint)
    • Line 30: warning: exported method ConfigBuilder.WithBasicAuth should have comment or be unexported (golint)
    • Line 38: warning: exported method ConfigBuilder.WithCertificate should have comment or be unexported (golint)
    • Line 46: warning: exported method ConfigBuilder.WithRequestParameters should have comment or be unexported (golint)
    • Line 51: warning: exported method ConfigBuilder.WithCSRF should have comment or be unexported (golint)
    • Line 56: warning: exported method ConfigBuilder.ToConfig should have comment or be unexported (golint)
    • kyma/components/eventing-controller/reconciler/subscription-nats/reconciler.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 42: warning: exported var Finalizer should have comment or be unexported (golint)
    • Line 46: warning: exported const NATSProtocol should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported function NewReconciler should have comment or be unexported (golint)
    • Line 72: warning: exported method Reconciler.SetupWithManager should have comment or be unexported (golint)
    • Line 78: warning: comment on exported method Reconciler.SetupUnmanaged should be of the form "SetupUnmanaged ..." (golint)
    • Line 128: warning: exported method Reconciler.Reconcile should have comment or be unexported (golint)
    • kyma/tests/integration/api-gateway/gateway-tests/pkg/api/apitest.go
    • Line 11: warning: exported type Tester should have comment or be unexported (golint)
    • Line 16: warning: exported function NewTester should have comment or be unexported (golint)
    • Line 23: warning: exported method Tester.TestSecuredEndpoint should have comment or be unexported (golint)
    • Line 43: warning: exported method Tester.TestUnsecuredEndpoint should have comment or be unexported (golint)
    • Line 49: warning: exported method Tester.TestDeletedAPI should have comment or be unexported (golint)
    • Line 90: warning: exported function NotFoundPredicate should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/model/types.go
    • Line 3: warning: exported type Labels should have comment or be unexported (golint)
    • Line 5: warning: exported type SpecFormat should have comment or be unexported (golint)
    • Line 8: warning: exported const SpecFormatYAML should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type EventAPISpecType should have comment or be unexported (golint)
    • Line 16: warning: exported const EventAPISpecTypeAsyncAPI should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type APISpecType should have comment or be unexported (golint)
    • Line 22: warning: exported const APISpecTypeOdata should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type DocumentFormat should have comment or be unexported (golint)
    • Line 29: warning: exported const DocumentFormatMarkdown should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported type APIPackage should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/metrics/mock_interfaces.go
    • Line 8: warning: comment on exported type MetricsClientsetInterface should be of the form "MetricsClientsetInterface ..." (with optional leading article) (golint)
    • Line 13: warning: comment on exported type MetricsV1beta1Interface should be of the form "MetricsV1beta1Interface ..." (with optional leading article) (golint)
    • Line 18: warning: comment on exported type NodeMetricsInterface should be of the form "NodeMetricsInterface ..." (with optional leading article) (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/eventing/helpers/application.go
    • Line 20: warning: exported type ApplicationOption should have comment or be unexported (golint)
    • Line 22: warning: exported function CreateApplication should have comment or be unexported (golint)
    • Line 43: warning: exported function WithAccessLabel should have comment or be unexported (golint)
    • Line 49: warning: exported function WithEventService should have comment or be unexported (golint)
    • Line 70: warning: exported function WaitForApplication should have comment or be unexported (golint)
    • Line 78: warning: exported function WaitForServiceInstance should have comment or be unexported (golint)
    • Line 92: warning: exported function CreateApplicationMapping should have comment or be unexported (golint)
    • kyma/components/binding/internal/worker/targetkind.go
    • Line 12: warning: exported type TargetKindStorage should have comment or be unexported (golint)
    • Line 20: warning: exported type TargetKindWorker should have comment or be unexported (golint)
    • Line 25: warning: exported function NewTargetKindWorker should have comment or be unexported (golint)
    • Line 32: warning: exported method TargetKindWorker.Process should have comment or be unexported (golint)
    • Line 70: warning: exported method TargetKindWorker.RemoveProcess should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/resource/module.go
    • Line 8: warning: exported type ServiceCreator should have comment or be unexported (golint)
    • Line 9: warning: exported type ServiceCreators should have comment or be unexported (golint)
    • Line 11: warning: exported type Module should have comment or be unexported (golint)
    • Line 21: warning: exported function NewModule should have comment or be unexported (golint)
    • Line 30: warning: exported method Module.Enable should have comment or be unexported (golint)
    • Line 47: warning: exported method Module.Disable should have comment or be unexported (golint)
    • Line 58: warning: exported method Module.Service should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/resource/notifier.go
    • Line 9: warning: exported type Notifier should have comment or be unexported (golint)
    • Line 15: warning: exported function NewNotifier should have comment or be unexported (golint)
    • Line 19: warning: exported method Notifier.AddListener should have comment or be unexported (golint)
    • Line 30: warning: exported method Notifier.DeleteListener should have comment or be unexported (golint)
    • Line 48: warning: exported method Notifier.OnAdd should have comment or be unexported (golint)
    • Line 57: warning: exported method Notifier.OnUpdate should have comment or be unexported (golint)
    • Line 66: warning: exported method Notifier.OnDelete should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/apierror/errors.go
    • Line 7: warning: exported type APIError should have comment or be unexported (golint)
    • Line 18: warning: exported method APIError.Status should have comment or be unexported (golint)
    • Line 22: warning: exported type ErrorField should have comment or be unexported (golint)
    • Line 24: warning: exported type ErrorFieldAggregate should have comment or be unexported (golint)
    • Line 41: warning: exported type Status should have comment or be unexported (golint)
    • Line 44: warning: exported const Unknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported function NewInvalid should have comment or be unexported (golint)
    • Line 66: warning: exported function NewInvalidField should have comment or be unexported (golint)
    • Line 82: warning: exported function NewMissingField should have comment or be unexported (golint)
    • Line 87: warning: exported function IsInvalid should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/testing/fixtures.go
    • Line 4: warning: exported const ApplicationName should have comment (or a comment on this block) or be unexported (golint)
    • Line 7: warning: comment on exported const MessagingNamespace should be of the form "MessagingNamespace ..." (golint)
    • Line 11: warning: comment on exported const EventID should be of the form "EventID ..." (golint)
    • kyma/tests/function-controller/pkg/step/parallel.go
    • Line 14: warning: exported type Parallelized should have comment or be unexported (golint)
    • Line 20: warning: exported function NewParallelRunner should have comment or be unexported (golint)
    • Line 24: warning: exported method Parallelized.Name should have comment or be unexported (golint)
    • Line 33: warning: exported method Parallelized.Run should have comment or be unexported (golint)
    • Line 48: warning: exported method Parallelized.Cleanup should have comment or be unexported (golint)
    • Line 54: warning: exported method Parallelized.OnError should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/executor/testkit/registry/client.go
    • Line 32: warning: exported type AppRegistryClient should have comment or be unexported (golint)
    • Line 39: warning: exported function NewAppRegistryClient should have comment or be unexported (golint)
    • Line 47: warning: exported method AppRegistryClient.CreateNotSecuredAPI should have comment or be unexported (golint)
    • Line 51: warning: exported method AppRegistryClient.CreateCSRFAndBasicSecuredAPI should have comment or be unexported (golint)
    • Line 57: warning: exported method AppRegistryClient.CreateBasicAuthSecuredAPI should have comment or be unexported (golint)
    • Line 63: warning: exported method AppRegistryClient.CreateOAuthSecuredAPI should have comment or be unexported (golint)
    • Line 69: warning: exported method AppRegistryClient.CreateOAuthWithCustomHeadersSecuredAPI should have comment or be unexported (golint)
    • Line 78: warning: exported method AppRegistryClient.CreateOAuthWithCustomQueryParamsSecuredAPI should have comment or be unexported (golint)
    • Line 87: warning: exported method AppRegistryClient.CreateNotSecuredAPICustomHeaders should have comment or be unexported (golint)
    • Line 96: warning: exported method AppRegistryClient.CreateNotSecuredAPICustomQueryParams should have comment or be unexported (golint)
    • Line 105: warning: exported method AppRegistryClient.CreateAPIWithBasicAuthSecuredSpec should have comment or be unexported (golint)
    • Line 111: warning: exported method AppRegistryClient.CreateAPIWithOAuthSecuredSpec should have comment or be unexported (golint)
    • Line 117: warning: exported method AppRegistryClient.CreateAPIWithOAuthWithCustomHeadersSecuredSpec should have comment or be unexported (golint)
    • Line 126: warning: exported method AppRegistryClient.CreateAPIWithOAuthWithCustomQueryParamsSecuredSpec should have comment or be unexported (golint)
    • Line 135: warning: exported method AppRegistryClient.CreateAPIWithCustomQueryParamsSpec should have comment or be unexported (golint)
    • Line 144: warning: exported method AppRegistryClient.CreateAPIWithCustomHeadersSpec should have comment or be unexported (golint)
    • Line 190: warning: exported method AppRegistryClient.GetApiSpecWithRetries should have comment or be unexported (golint)
    • Line 223: warning: exported method AppRegistryClient.CleanupService should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type AppError should have comment or be unexported (golint)
    • Line 28: warning: exported function Internal should have comment or be unexported (golint)
    • Line 32: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 36: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 40: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 44: warning: exported function UpstreamServerCallFailed should have comment or be unexported (golint)
    • Line 60: warning: exported function AppendError should have comment or be unexported (golint)
    • kyma/components/eventing-controller/utils/utils.go
    • Line 33: warning: comment on exported function ContainsString should be of the form "ContainsString ..." (golint)
    • Line 43: warning: exported function RemoveString should have comment or be unexported (golint)
    • Line 53: warning: exported function BoolPtr should have comment or be unexported (golint)
    • Line 57: warning: exported function Int32Ptr should have comment or be unexported (golint)
    • Line 61: warning: exported function BoolPtrEqual should have comment or be unexported (golint)
    • kyma/components/eventing-controller/testing/bebmock.go
    • Line 15: warning: should not use dot imports (golint)
    • Line 16: warning: should not use dot imports (golint)
    • Line 27: warning: exported const TokenURLPath should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function NewBebMock should have comment or be unexported (golint)
    • Line 59: warning: exported method BebMock.Reset should have comment or be unexported (golint)
    • Line 70: warning: exported method BebMock.Start should have comment or be unexported (golint)
    • Line 229: warning: comment on exported function IsBebSubscriptionDelete should be of the form "IsBebSubscriptionDelete ..." (golint)
    • kyma/components/application-registry/internal/metadata/specification/rafter/clusterassetgroup/model.go
    • Line 4: warning: exported const KeyOpenApiSpec should have comment (or a comment on this block) or be unexported (golint)
    • Line 10: warning: exported type Entry should have comment or be unexported (golint)
    • Line 19: warning: exported type StatusType should have comment or be unexported (golint)
    • Line 22: warning: exported const StatusNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported type ApiType should have comment or be unexported (golint)
    • Line 31: warning: exported const OpenApiType should have comment (or a comment on this block) or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/servicecatalogaddons/automock/export.go
    • Line 5: warning: exported function NewAddonsCfgLister should have comment or be unexported (golint)
    • Line 9: warning: exported function NewAddonsCfgMutations should have comment or be unexported (golint)
    • Line 13: warning: exported function NewAddonsCfgUpdater should have comment or be unexported (golint)
    • Line 17: warning: exported function NewClusterAddonsCfgLister should have comment or be unexported (golint)
    • Line 21: warning: exported function NewClusterAddonsCfgMutations should have comment or be unexported (golint)
    • Line 25: warning: exported function NewClusterAddonsCfgUpdater should have comment or be unexported (golint)
    • Line 31: warning: exported function NewServiceBindingUsageOperations should have comment or be unexported (golint)
    • Line 35: warning: exported function NewServiceBindingUsageConverter should have comment or be unexported (golint)
    • Line 39: warning: exported function NewStatusBindingUsageExtractor should have comment or be unexported (golint)
    • Line 45: warning: exported function NewUsageKindServices should have comment or be unexported (golint)
    • Line 51: warning: exported function NewBindableResourcesLister should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/clientcontext/model.go
    • Line 53: warning: exported type ClientContextService should have comment or be unexported (golint)
    • Line 58: warning: exported type ClientCertContextService should have comment or be unexported (golint)
    • Line 64: warning: exported type ContextExtender should have comment or be unexported (golint)
    • Line 68: warning: exported type RuntimeURLs should have comment or be unexported (golint)
    • Line 74: warning: exported type ApiURLs should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/configmap.go
    • Line 11: warning: exported type ConfigMaps should have comment or be unexported (golint)
    • Line 18: warning: exported function CreateConfigMap should have comment or be unexported (golint)
    • Line 27: warning: exported method ConfigMaps.Name should have comment or be unexported (golint)
    • Line 31: warning: exported method ConfigMaps.Run should have comment or be unexported (golint)
    • Line 35: warning: exported method ConfigMaps.Cleanup should have comment or be unexported (golint)
    • Line 39: warning: exported method ConfigMaps.OnError should have comment or be unexported (golint)
    • kyma/components/function-controller/internal/controllers/serverless/function_reconcile.go
    • Line 27: warning: comment on exported type GitOperator should be of the form "GitOperator ..." (with optional leading article) (golint)
    • Line 33: warning: exported type FunctionReconciler should have comment or be unexported (golint)
    • Line 42: warning: exported function NewFunction should have comment or be unexported (golint)
    • Line 52: warning: exported method FunctionReconciler.SetupWithManager should have comment or be unexported (golint)
    • Line 81: warning: exported method FunctionReconciler.Reconcile should have comment or be unexported (golint)
    • Line 281: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • kyma/tests/function-controller/pkg/broker/broker.go
    • Line 21: warning: exported const DefaultName should have comment or be unexported (golint)
    • Line 23: warning: exported type Broker should have comment or be unexported (golint)
    • Line 32: warning: exported function New should have comment or be unexported (golint)
    • Line 47: warning: exported method Broker.Get should have comment or be unexported (golint)
    • Line 55: warning: exported method Broker.Delete should have comment or be unexported (golint)
    • Line 64: warning: exported method Broker.LogResource should have comment or be unexported (golint)
    • Line 79: warning: exported method Broker.WaitForStatusRunning should have comment or be unexported (golint)
    • kyma/tests/application-connector-tests/test/applicationaccess/suite.go
    • Line 23: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 37: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 47: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 79: warning: exported method TestSuite.CleanupApplication should have comment or be unexported (golint)
    • Line 91: warning: exported method TestSuite.PrepareTestApplication should have comment or be unexported (golint)
    • Line 108: warning: exported method TestSuite.DeployApplication should have comment or be unexported (golint)
    • Line 115: warning: exported method TestSuite.WaitForApplicationToBeDeployed should have comment or be unexported (golint)
    • Line 161: warning: exported method TestSuite.EstablishMTLSConnection should have comment or be unexported (golint)
    • Line 170: warning: exported method TestSuite.ShouldAccessApplication should have comment or be unexported (golint)
    • Line 214: warning: exported method TestSuite.ShouldFailToAccessApplication should have comment or be unexported (golint)
    • kyma/components/connector-service/internal/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: exported type AppError should have comment or be unexported (golint)
    • Line 28: warning: exported function Internal should have comment or be unexported (golint)
    • Line 32: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 36: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 40: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 44: warning: exported function Forbidden should have comment or be unexported (golint)
    • Line 48: warning: exported function BadRequest should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/ems/api/events/types/types.go
    • Line 3: warning: exported type Event should have comment or be unexported (golint)
    • Line 8: warning: exported type Events should have comment or be unexported (golint)
    • Line 10: warning: exported type Subscription should have comment or be unexported (golint)
    • Line 26: warning: exported type Subscriptions should have comment or be unexported (golint)
    • Line 28: warning: exported type WebhookAuth should have comment or be unexported (golint)
    • Line 38: warning: exported type State should have comment or be unexported (golint)
    • kyma/components/eventing-controller/reconciler/subscription/reconciler.go
    • Line 43: warning: should not use dot imports (golint)
    • Line 61: warning: exported var Finalizer should have comment or be unexported (golint)
    • Line 72: warning: exported function NewReconciler should have comment or be unexported (golint)
    • Line 99: warning: comment on exported method Reconciler.Reconcile should be of the form "Reconcile ..." (golint)
    • Line 167: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 215: warning: context.Context should be the first parameter of a function (golint)
    • Line 228: warning: context.Context should be the first parameter of a function (golint)
    • Line 285: warning: context.Context should be the first parameter of a function (golint)
    • Line 295: warning: context.Context should be the first parameter of a function (golint)
    • Line 372: warning: context.Context should be the first parameter of a function (golint)
    • Line 442: warning: context.Context should be the first parameter of a function (golint)
    • Line 515: warning: context.Context should be the first parameter of a function (golint)
    • Line 572: warning: context.Context should be the first parameter of a function (golint)
    • Line 677: warning: context.Context should be the first parameter of a function (golint)
    • Line 708: warning: context.Context should be the first parameter of a function (golint)
    • Line 768: warning: exported method Reconciler.SetupWithManager should have comment or be unexported (golint)
    • Line 775: warning: comment on exported method Reconciler.SetupUnmanaged should be of the form "SetupUnmanaged ..." (golint)
    • Line 949: warning: context.Context should be the first parameter of a function (golint)
    • Line 959: warning: context.Context should be the first parameter of a function (golint)
    • kyma/components/compass-runtime-agent/internal/metrics/model.go
    • Line 5: warning: exported type ClusterInfo should have comment or be unexported (golint)
    • Line 11: warning: exported type NodeResources should have comment or be unexported (golint)
    • Line 17: warning: exported type NodeCapacity should have comment or be unexported (golint)
    • Line 24: warning: exported type NodeMetrics should have comment or be unexported (golint)
    • Line 30: warning: exported type NodeUsage should have comment or be unexported (golint)
    • Line 40: warning: exported type PersistentVolumes should have comment or be unexported (golint)
    • Line 46: warning: exported type Claim should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/pkg/handler/common.go
    • Line 6: warning: exported const PublishEndpoint should have comment (or a comment on this block) or be unexported (golint)
    • Line 11: warning: exported function IsARequestWithCE should have comment or be unexported (golint)
    • Line 14: warning: exported function IsARequestWithLegacyEvent should have comment or be unexported (golint)
    • Line 32: warning: exported function IsARequestForSubscriptions should have comment or be unexported (golint)
    • kyma/components/eventing-controller/api/v1alpha1/subscription_lifecycle.go
    • Line 8: warning: exported type ConditionType should have comment or be unexported (golint)
    • Line 11: warning: exported const ConditionSubscribed should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type Condition should have comment or be unexported (golint)
    • Line 26: warning: exported type ConditionReason should have comment or be unexported (golint)
    • Line 29: warning: exported const ConditionReasonSubscriptionCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 61: warning: exported method SubscriptionStatus.IsReady should have comment or be unexported (golint)
    • Line 121: warning: exported function MakeCondition should have comment or be unexported (golint)
    • Line 132: warning: exported method SubscriptionStatus.IsConditionSubscribed should have comment or be unexported (golint)
    • Line 141: warning: exported method SubscriptionStatus.GetConditionAPIRuleStatus should have comment or be unexported (golint)
    • Line 150: warning: exported method SubscriptionStatus.SetConditionAPIRuleStatus should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/director/cli.go
    • Line 15: warning: exported type GQLClient should have comment or be unexported (golint)
    • Line 19: warning: exported type GraphQLClient should have comment or be unexported (golint)
    • Line 23: warning: exported function NewQGLClient should have comment or be unexported (golint)
    • Line 27: warning: exported type RequestPackageInstanceAuthInput should have comment or be unexported (golint)
    • Line 33: warning: exported type RequestPackageInstanceAuthOutput should have comment or be unexported (golint)
    • Line 37: warning: exported method GQLClient.RequestPackageInstanceAuth should have comment or be unexported (golint)
    • Line 99: warning: exported type FindPackageInstanceAuthsInput should have comment or be unexported (golint)
    • Line 104: warning: exported type FindPackageInstanceAuthsOutput should have comment or be unexported (golint)
    • Line 108: warning: exported method GQLClient.FindPackageInstanceAuths should have comment or be unexported (golint)
    • Line 163: warning: exported type FindPackageInstanceAuthInput should have comment or be unexported (golint)
    • Line 169: warning: exported type FindPackageInstanceAuthOutput should have comment or be unexported (golint)
    • Line 173: warning: exported method GQLClient.FindPackageInstanceAuth should have comment or be unexported (golint)
    • Line 226: warning: exported type RequestPackageInstanceAuthDeletionInput should have comment or be unexported (golint)
    • Line 230: warning: exported type RequestPackageInstanceAuthDeletionOutput should have comment or be unexported (golint)
    • Line 235: warning: exported method GQLClient.RequestPackageInstanceAuthDeletion should have comment or be unexported (golint)
    • Line 262: warning: exported type Values should have comment or be unexported (golint)
    • Line 264: warning: exported method Values.MarshalToQGLJSON should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/namespace/namespace.go
    • Line 22: warning: exported const TestNamespaceLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type Namespace should have comment or be unexported (golint)
    • Line 33: warning: exported function New should have comment or be unexported (golint)
    • Line 37: warning: exported method Namespace.GetName should have comment or be unexported (golint)
    • Line 41: warning: exported method Namespace.LogResource should have comment or be unexported (golint)
    • Line 60: warning: exported method Namespace.Create should have comment or be unexported (golint)
    • Line 99: warning: exported method Namespace.Delete should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/servicecatalog/status/instance.go
    • Line 9: warning: exported type InstanceExtractor should have comment or be unexported (golint)
    • Line 11: warning: exported type ServiceInstanceStatusType should have comment or be unexported (golint)
    • Line 14: warning: exported const ServiceInstanceStatusTypeRunning should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type ServiceInstanceStatus should have comment or be unexported (golint)
    • Line 27: warning: exported method InstanceExtractor.Status should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/handlers/beb.go
    • Line 22: warning: exported type OAuth2ClientCredentials should have comment or be unexported (golint)
    • Line 27: warning: exported function NewBEB should have comment or be unexported (golint)
    • Line 31: warning: exported type Beb should have comment or be unexported (golint)
    • Line 40: warning: exported type BebResponse should have comment or be unexported (golint)
    • Line 45: warning: exported method Beb.Initialize should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/servicebindingusage/types/v1alpha1/types.go
    • Line 13: warning: exported type ServiceBindingUsage should have comment or be unexported (golint)
    • Line 20: warning: exported method ServiceBindingUsage.GetObjectKind should have comment or be unexported (golint)
    • Line 24: warning: comment on exported type ServiceBindingUsageStatus should be of the form "ServiceBindingUsageStatus ..." (with optional leading article) (golint)
    • Line 112: warning: exported type ServiceBindingUsageList should have comment or be unexported (golint)
    • Line 124: warning: exported type UsageKind should have comment or be unexported (golint)
    • Line 137: warning: exported type ResourceReference should have comment or be unexported (golint)
    • Line 145: warning: exported type UsageKindList should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/context_logger.go
    • Line 8: warning: exported type Logger should have comment or be unexported (golint)
    • Line 14: warning: exported function NewLogger should have comment or be unexported (golint)
    • Line 22: warning: exported method Logger.NewExtended should have comment or be unexported (golint)
    • Line 32: warning: exported method Logger.Log should have comment or be unexported (golint)
    • Line 36: warning: exported method Logger.ContextMsg should have comment or be unexported (golint)
    • Line 40: warning: exported method Logger.AddField should have comment or be unexported (golint)
    • kyma/common/ingressgateway/ingressgateway.go
    • Line 17: warning: comment on exported const ServiceNameEnv should be of the form "ServiceNameEnv ..." (golint)
    • Line 22: warning: comment on exported type Dialer should be of the form "Dialer ..." (with optional leading article) (golint)
    • Line 27: warning: exported type ClientCreator should have comment or be unexported (golint)
    • kyma/components/function-controller/pkg/apis/serverless/v1alpha1/function_validation.go
    • Line 18: warning: exported const ValidationConfigKey should have comment or be unexported (golint)
    • Line 20: warning: exported type MinFunctionReplicasValues should have comment or be unexported (golint)
    • Line 24: warning: exported type MinFunctionResourcesValues should have comment or be unexported (golint)
    • Line 29: warning: exported type MinBuildJobResourcesValues should have comment or be unexported (golint)
    • Line 34: warning: exported type MinFunctionValues should have comment or be unexported (golint)
    • Line 39: warning: exported type MinBuildJobValues should have comment or be unexported (golint)
    • Line 43: warning: exported type ValidationConfig should have comment or be unexported (golint)
    • Line 60: warning: exported method Function.Validate should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/applications/app.go
    • Line 5: warning: exported type ApplicationRegisterInput should have comment or be unexported (golint)
    • Line 7: warning: exported function NewApplication should have comment or be unexported (golint)
    • Line 20: warning: exported method ApplicationRegisterInput.ToCompassInput should have comment or be unexported (golint)
    • Line 24: warning: exported method ApplicationRegisterInput.WithAPIPackages should have comment or be unexported (golint)
    • Line 35: warning: exported type APIPackageInput should have comment or be unexported (golint)
    • Line 37: warning: exported function NewAPIPackage should have comment or be unexported (golint)
    • Line 50: warning: exported method APIPackageInput.ToCompassInput should have comment or be unexported (golint)
    • Line 55: warning: exported method APIPackageInput.WithAPIDefinitions should have comment or be unexported (golint)
    • Line 66: warning: exported method APIPackageInput.WithEventDefinitions should have comment or be unexported (golint)
    • Line 77: warning: exported method APIPackageInput.WithAuth should have comment or be unexported (golint)
    • Line 77: warning: receiver name in should be consistent with previous receiver name input for APIPackageInput (golint)
    • Line 82: warning: exported type APIPackageUpdateInput should have comment or be unexported (golint)
    • Line 84: warning: exported function NewAPIPackageUpdateInput should have comment or be unexported (golint)
    • Line 94: warning: exported method APIPackageUpdateInput.ToCompassInput should have comment or be unexported (golint)
    • Line 98: warning: exported type ApplicationUpdateInput should have comment or be unexported (golint)
    • Line 100: warning: exported function NewApplicationUpdateInput should have comment or be unexported (golint)
    • Line 109: warning: exported method ApplicationUpdateInput.ToCompassInput should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/k8sNew/k8s.go
    • Line 1: warning: don't use MixedCaps in package name; k8sNew should be k8snew (golint)
    • Line 7: warning: exported type Resolver should have comment or be unexported (golint)
    • Line 11: warning: exported function New should have comment or be unexported (golint)
    • Line 22: warning: exported method Resolver.LimitRangesService should have comment or be unexported (golint)
    • Line 25: warning: exported method Resolver.ResourceQuotasService should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/servicebinding/servicebinding.go
    • Line 23: warning: exported type ServiceBinding should have comment or be unexported (golint)
    • Line 32: warning: exported method ServiceBinding.GetName should have comment or be unexported (golint)
    • Line 36: warning: exported function New should have comment or be unexported (golint)
    • Line 47: warning: exported method ServiceBinding.Create should have comment or be unexported (golint)
    • Line 72: warning: exported method ServiceBinding.Delete should have comment or be unexported (golint)
    • Line 81: warning: exported method ServiceBinding.Get should have comment or be unexported (golint)
    • Line 95: warning: exported method ServiceBinding.LogResource should have comment or be unexported (golint)
    • Line 109: warning: exported method ServiceBinding.WaitForStatusRunning should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/servicecatalog/automock/export.go
    • Line 5: warning: exported function NewClusterServiceBrokerService should have comment or be unexported (golint)
    • Line 9: warning: exported function NewGQLClusterServiceBrokerConverter should have comment or be unexported (golint)
    • Line 13: warning: comment on exported function NewServiceBrokerService should be of the form "NewServiceBrokerService ..." (golint)
    • Line 18: warning: exported function NewGQLServiceBrokerConverter should have comment or be unexported (golint)
    • Line 24: warning: exported function NewInstanceListerByServiceClass should have comment or be unexported (golint)
    • Line 28: warning: exported function NewServiceClassListGetter should have comment or be unexported (golint)
    • Line 32: warning: exported function NewGQLServiceClassConverter should have comment or be unexported (golint)
    • Line 36: warning: exported function NewServiceClassGetter should have comment or be unexported (golint)
    • Line 42: warning: exported function NewInstanceListerByClusterServiceClass should have comment or be unexported (golint)
    • Line 46: warning: exported function NewClusterServiceClassListGetter should have comment or be unexported (golint)
    • Line 50: warning: exported function NewGQLClusterServiceClassConverter should have comment or be unexported (golint)
    • Line 56: warning: exported function NewServicePlanGetter should have comment or be unexported (golint)
    • Line 60: warning: exported function NewServicePlanLister should have comment or be unexported (golint)
    • Line 64: warning: exported function NewGQLServicePlanConverter should have comment or be unexported (golint)
    • Line 70: warning: exported function NewClusterServicePlanGetter should have comment or be unexported (golint)
    • Line 74: warning: exported function NewClusterServicePlanLister should have comment or be unexported (golint)
    • Line 78: warning: exported function NewGQLClusterServicePlanConverter should have comment or be unexported (golint)
    • Line 84: warning: exported function NewServiceInstanceLister should have comment or be unexported (golint)
    • Line 90: warning: exported function NewServiceBindingOperations should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/eventing/service.go
    • Line 35: warning: exported type Service should have comment or be unexported (golint)
    • Line 39: warning: exported function NewService should have comment or be unexported (golint)
    • Line 50: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 58: warning: exported function NewEventHandler should have comment or be unexported (golint)
    • Line 68: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 74: warning: exported method EventHandler.K8sResource should have comment or be unexported (golint)
    • Line 78: warning: exported method EventHandler.ShouldNotify should have comment or be unexported (golint)
    • Line 82: warning: exported method EventHandler.Notify should have comment or be unexported (golint)
    • kyma/components/uaa-activator/internal/scheduler/scheduler.go
    • Line 23: warning: comment on exported type Step should be of the form "Step ..." (with optional leading article) (golint)
    • Line 23: warning: comment on exported type StepFunc should be of the form "StepFunc ..." (with optional leading article) (golint)
    • Line 23: warning: comment on exported type Steps should be of the form "Steps ..." (with optional leading article) (golint)
    • kyma/components/console-backend-service/internal/domain/rafter/automock/export.go
    • Line 3: warning: exported function NewClusterAssetService should have comment or be unexported (golint)
    • Line 7: warning: exported function NewGQLClusterAssetConverter should have comment or be unexported (golint)
    • Line 11: warning: exported function NewAssetService should have comment or be unexported (golint)
    • Line 15: warning: exported function NewGQLAssetConverter should have comment or be unexported (golint)
    • Line 19: warning: exported function NewClusterAssetGroupService should have comment or be unexported (golint)
    • Line 23: warning: exported function NewGQLClusterAssetGroupConverter should have comment or be unexported (golint)
    • Line 27: warning: exported function NewAssetGroupService should have comment or be unexported (golint)
    • Line 31: warning: exported function NewGQLAssetGroupConverter should have comment or be unexported (golint)
    • Line 35: warning: exported function NewFileService should have comment or be unexported (golint)
    • Line 39: warning: exported function NewGQLFileConverter should have comment or be unexported (golint)
    • Line 43: warning: exported function NewSpecificationService should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/k8sNew/limitRange.resolver.go
    • Line 1: warning: don't use MixedCaps in package name; k8sNew should be k8snew (golint)
    • Line 19: warning: exported type LimitRangeList should have comment or be unexported (golint)
    • Line 21: warning: exported method LimitRangeList.Append should have comment or be unexported (golint)
    • Line 27: warning: exported method Resolver.LimitRangesQuery should have comment or be unexported (golint)
    • Line 34: warning: exported method Resolver.LimitRangeJSONfield should have comment or be unexported (golint)
    • Line 38: warning: exported method Resolver.UpdateLimitRange should have comment or be unexported (golint)
    • Line 41: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 47: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 55: warning: exported method Resolver.CreateLimitRange should have comment or be unexported (golint)
    • Line 111: warning: exported method Resolver.GetLimitRangeResources should have comment or be unexported (golint)
    • kyma/components/eventing-controller/pkg/ems/httpclient/error.go
    • Line 8: warning: exported type Error should have comment or be unexported (golint)
    • Line 14: warning: exported type ErrorOpt should have comment or be unexported (golint)
    • Line 16: warning: exported function NewError should have comment or be unexported (golint)
    • Line 47: warning: exported function WithStatusCode should have comment or be unexported (golint)
    • Line 53: warning: exported function WithMessage should have comment or be unexported (golint)
    • kyma/components/application-gateway/internal/csrf/types.go
    • Line 10: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 19: warning: comment on exported type Response should be of the form "Response ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type TokenStrategyFactory should be of the form "TokenStrategyFactory ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type TokenStrategy should be of the form "TokenStrategy ..." (with optional leading article) (golint)
    • kyma/components/application-registry/internal/externalapi/model.go
    • Line 10: warning: exported type Service should have comment or be unexported (golint)
    • Line 19: warning: exported type ServiceDetails should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateServiceResponse should have comment or be unexported (golint)
    • Line 35: warning: exported type API should have comment or be unexported (golint)
    • Line 48: warning: exported type RequestParameters should have comment or be unexported (golint)
    • Line 53: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 58: warning: exported type CredentialsWithCSRF should have comment or be unexported (golint)
    • Line 64: warning: exported type CSRFInfo should have comment or be unexported (golint)
    • Line 68: warning: exported type Oauth should have comment or be unexported (golint)
    • Line 75: warning: exported type OauthWithCSRF should have comment or be unexported (golint)
    • Line 80: warning: exported type BasicAuth should have comment or be unexported (golint)
    • Line 85: warning: exported type BasicAuthWithCSRF should have comment or be unexported (golint)
    • Line 90: warning: exported type CertificateGen should have comment or be unexported (golint)
    • Line 95: warning: exported type CertificateGenWithCSRF should have comment or be unexported (golint)
    • Line 100: warning: exported type Events should have comment or be unexported (golint)
    • Line 104: warning: exported type Documentation should have comment or be unexported (golint)
    • Line 112: warning: exported type DocsObject should have comment or be unexported (golint)
    • Line 401: warning: exported method API.MarshalJSON should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/apigateway/service.go
    • Line 37: warning: exported type Service should have comment or be unexported (golint)
    • Line 41: warning: exported function NewService should have comment or be unexported (golint)
    • Line 72: warning: exported function NewEventHandler should have comment or be unexported (golint)
    • Line 82: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 88: warning: exported method EventHandler.K8sResource should have comment or be unexported (golint)
    • Line 92: warning: exported method EventHandler.ShouldNotify should have comment or be unexported (golint)
    • Line 96: warning: exported method EventHandler.Notify should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/broker/server.go
    • Line 158: warning: exported method Server.WithCatalogMiddleware should have comment or be unexported (golint)
    • Line 267: warning: exported method Server.ProvisionProcess should have comment or be unexported (golint)
    • Line 271: warning: exported method Server.DeprovisionProcess should have comment or be unexported (golint)
    • Line 275: warning: exported method Server.NewOperationID should have comment or be unexported (golint)
    • kyma/components/apiserver-proxy/internal/monitoring/monitoring.go
    • Line 41: warning: exported type ProxyMetrics should have comment or be unexported (golint)
    • Line 65: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 70: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 75: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 80: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 86: warning: exported type SPDYMetrics should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/servicecatalogaddons/servicecatalogaddons.go
    • Line 22: warning: exported type PluggableContainer should have comment or be unexported (golint)
    • Line 44: warning: comment on exported type ServiceBindingUsageLister should be of the form "ServiceBindingUsageLister ..." (with optional leading article) (golint)
    • Line 50: warning: comment on exported type GqlServiceBindingUsageConverter should be of the form "GqlServiceBindingUsageConverter ..." (with optional leading article) (golint)
    • Line 79: warning: exported function New should have comment or be unexported (golint)
    • Line 102: warning: exported method PluggableContainer.Enable should have comment or be unexported (golint)
    • Line 132: warning: exported method PluggableContainer.Disable should have comment or be unexported (golint)
    • Line 148: warning: comment on exported type Resolver should be of the form "Resolver ..." (with optional leading article) (golint)
    • kyma/components/compass-runtime-agent/pkg/apis/compass/v1alpha1/types.go
    • Line 14: warning: exported type CompassConnection should have comment or be unexported (golint)
    • Line 21: warning: exported type CompassConnectionSpec should have comment or be unexported (golint)
    • Line 27: warning: exported type ManagementInfo should have comment or be unexported (golint)
    • Line 32: warning: exported type CompassConnectionStatus should have comment or be unexported (golint)
    • Line 38: warning: exported method CompassConnection.SetCertificateStatus should have comment or be unexported (golint)
    • Line 50: warning: exported method CompassConnection.ShouldAttemptReconnect should have comment or be unexported (golint)
    • Line 54: warning: exported method CompassConnection.ShouldRenewCertificate should have comment or be unexported (golint)
    • Line 74: warning: exported type ConnectionProcessStatus should have comment or be unexported (golint)
    • Line 78: warning: exported type ConnectionState should have comment or be unexported (golint)
    • Line 83: warning: comment on exported const Connected should be of the form "Connected ..." (golint)
    • Line 85: warning: comment on exported const ConnectionFailed should be of the form "ConnectionFailed ..." (golint)
    • Line 87: warning: comment on exported const ConnectionMaintenanceFailed should be of the form "ConnectionMaintenanceFailed ..." (golint)
    • Line 89: warning: comment on exported const SynchronizationFailed should be of the form "SynchronizationFailed ..." (golint)
    • Line 91: warning: comment on exported const ResourceApplicationFailed should be of the form "ResourceApplicationFailed ..." (golint)
    • Line 93: warning: comment on exported const MetadataUpdateFailed should be of the form "MetadataUpdateFailed ..." (golint)
    • Line 95: warning: comment on exported const Synchronized should be of the form "Synchronized ..." (golint)
    • Line 101: warning: exported type CompassConnectionList should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/git/git.go
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 20: warning: exported function New should have comment or be unexported (golint)
    • Line 26: warning: exported method Client.TryCloning should have comment or be unexported (golint)
    • Line 31: warning: exported method Client.PullRemote should have comment or be unexported (golint)
    • Line 40: warning: exported method Client.ReplaceInRemoteFile should have comment or be unexported (golint)
    • kyma/tests/rafter/pkg/mockice/mockice.go
    • Line 24: warning: exported function Start should have comment or be unexported (golint)
    • Line 45: warning: exported function Stop should have comment or be unexported (golint)
    • Line 57: warning: exported function ReadmeURL should have comment or be unexported (golint)
    • Line 61: warning: exported function AsynAPIFileURL should have comment or be unexported (golint)
    • kyma/components/binding/internal/worker/binding.go
    • Line 13: warning: exported type KindManager should have comment or be unexported (golint)
    • Line 20: warning: exported type BindingWorker should have comment or be unexported (golint)
    • Line 24: warning: exported function NewBindingWorker should have comment or be unexported (golint)
    • Line 30: warning: exported method BindingWorker.RemoveProcess should have comment or be unexported (golint)
    • Line 61: warning: exported method BindingWorker.Process should have comment or be unexported (golint)
    • kyma/components/application-broker/internal/broker/automock/export.go
    • Line 4: warning: exported type AppFinder should have comment or be unexported (golint)
    • Line 5: warning: exported type Converter should have comment or be unexported (golint)
    • Line 6: warning: exported type InstanceGetter should have comment or be unexported (golint)
    • Line 7: warning: exported type InstanceStateGetter should have comment or be unexported (golint)
    • Line 8: warning: exported type InstanceStorage should have comment or be unexported (golint)
    • Line 9: warning: exported type OperationStorage should have comment or be unexported (golint)
    • Line 10: warning: exported type ServiceCheckerFactory should have comment or be unexported (golint)
    • Line 11: warning: exported type RemovalProcessor should have comment or be unexported (golint)
    • Line 12: warning: exported type APIPackageCredentialsCreator should have comment or be unexported (golint)
    • Line 13: warning: exported type APIPackageCredentialsGetter should have comment or be unexported (golint)
    • Line 14: warning: exported type APIPackageCredentialsRemover should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/step/retry.go
    • Line 12: warning: exported type Retried should have comment or be unexported (golint)
    • Line 17: warning: exported method Retried.Name should have comment or be unexported (golint)
    • Line 26: warning: exported method Retried.Run should have comment or be unexported (golint)
    • Line 38: warning: exported method Retried.Cleanup should have comment or be unexported (golint)
    • Line 47: warning: exported function Retry should have comment or be unexported (golint)
    • Line 51: warning: exported method Retried.WithRetryOptions should have comment or be unexported (golint)
    • Line 59: warning: exported type Option should have comment or be unexported (golint)
    • Line 61: warning: exported var Attempts should have comment or be unexported (golint)
    • Line 62: warning: exported var Delay should have comment or be unexported (golint)
    • Line 63: warning: exported var DelayType should have comment or be unexported (golint)
    • Line 64: warning: exported var OnRetry should have comment or be unexported (golint)
    • Line 65: warning: exported var FixedDelay should have comment or be unexported (golint)
    • Line 66: warning: exported var BackOffDelay should have comment or be unexported (golint)
    • Line 74: warning: exported function Do should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/kyma/apiresources/rafter/upload/client.go
    • Line 18: warning: exported const PublicFileField should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported type Response should have comment or be unexported (golint)
    • Line 30: warning: exported type ResponseError should have comment or be unexported (golint)
    • Line 35: warning: exported type UploadedFile should have comment or be unexported (golint)
    • Line 42: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 52: warning: exported function NewClient should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/monitoring/prom/targets.go
    • Line 3: warning: comment on exported type TargetsResponse should be of the form "TargetsResponse ..." (with optional leading article) (golint)
    • Line 11: warning: exported type TargetsData should have comment or be unexported (golint)
    • Line 15: warning: exported type ActiveTarget should have comment or be unexported (golint)
    • Line 22: warning: exported type TargetLabels should have comment or be unexported (golint)
    • kyma/components/event-publisher-proxy/testing/env_config.go
    • Line 9: warning: exported function NewEnvConfig should have comment or be unexported (golint)
    • Line 17: warning: exported type EnvConfigOption should have comment or be unexported (golint)
    • Line 19: warning: exported function WithPort should have comment or be unexported (golint)
    • Line 25: warning: exported function WithMaxIdleConns should have comment or be unexported (golint)
    • Line 31: warning: exported function WithMaxIdleConnsPerHost should have comment or be unexported (golint)
    • Line 37: warning: exported function WithRequestTimeout should have comment or be unexported (golint)
    • Line 43: warning: exported function WithBEBNamespace should have comment or be unexported (golint)
    • Line 49: warning: exported function WithEventTypePrefix should have comment or be unexported (golint)
    • kyma/tests/application-operator-tests/test/applicationcontroller/suite.go
    • Line 30: warning: exported type ApplicationStateAssertion should have comment or be unexported (golint)
    • Line 31: warning: exported type ReleaseStateAssertion should have comment or be unexported (golint)
    • Line 33: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 45: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 72: warning: exported method TestSuite.CreateApplication should have comment or be unexported (golint)
    • Line 78: warning: exported method TestSuite.CreateLabeledApplication should have comment or be unexported (golint)
    • Line 84: warning: exported method TestSuite.UpdateLabeledApplication should have comment or be unexported (golint)
    • Line 96: warning: exported method TestSuite.AssertRunArgGateway should have comment or be unexported (golint)
    • Line 100: warning: exported method TestSuite.WaitForRunArgGateway should have comment or be unexported (golint)
    • Line 104: warning: exported method TestSuite.AssertRunArg should have comment or be unexported (golint)
    • Line 108: warning: exported method TestSuite.WaitForRunArg should have comment or be unexported (golint)
    • Line 131: warning: exported method TestSuite.DeleteApplication should have comment or be unexported (golint)
    • Line 136: warning: exported method TestSuite.CheckAccessLabel should have comment or be unexported (golint)
    • Line 159: warning: exported method TestSuite.CleanUp should have comment or be unexported (golint)
    • Line 164: warning: exported method TestSuite.WaitForReleaseToInstall should have comment or be unexported (golint)
    • Line 171: warning: exported method TestSuite.AssertApplicationState should have comment or be unexported (golint)
    • Line 180: warning: exported method TestSuite.WaitForReleaseToUpgrade should have comment or be unexported (golint)
    • Line 189: warning: exported method TestSuite.AssertReleaseState should have comment or be unexported (golint)
    • Line 198: warning: exported method TestSuite.GetReleaseVersion should have comment or be unexported (golint)
    • Line 204: warning: exported method TestSuite.WaitForReleaseToUninstall should have comment or be unexported (golint)
    • Line 209: warning: exported method TestSuite.EnsureReleaseNotInstalling should have comment or be unexported (golint)
    • Line 214: warning: exported method TestSuite.CheckK8sResourcesDeployed should have comment or be unexported (golint)
    • Line 218: warning: exported method TestSuite.CheckK8sResourceRemoved should have comment or be unexported (golint)
    • kyma/tests/connector-service-tests/test/testkit/model.go
    • Line 5: warning: exported type TokenResponse should have comment or be unexported (golint)
    • Line 10: warning: exported type InfoResponse should have comment or be unexported (golint)
    • Line 16: warning: exported type ManagementInfoResponse should have comment or be unexported (golint)
    • Line 22: warning: exported type ApplicationClientIdentity should have comment or be unexported (golint)
    • Line 27: warning: exported type ClusterClientIdentity should have comment or be unexported (golint)
    • Line 32: warning: exported type ManagementInfoURLs should have comment or be unexported (golint)
    • Line 38: warning: exported type RuntimeURLs should have comment or be unexported (golint)
    • Line 43: warning: exported type ApiInfo should have comment or be unexported (golint)
    • Line 49: warning: exported type CertInfo should have comment or be unexported (golint)
    • Line 55: warning: exported type CsrRequest should have comment or be unexported (golint)
    • Line 59: warning: exported type CrtResponse should have comment or be unexported (golint)
    • Line 65: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 70: warning: exported type Error should have comment or be unexported (golint)
    • Line 75: warning: exported type DecodedCrtResponse should have comment or be unexported (golint)
    • Line 81: warning: exported type RevocationBody should have comment or be unexported (golint)
    • kyma/common/logging/logger/level.go
    • Line 11: warning: exported type Level should have comment or be unexported (golint)
    • Line 14: warning: exported const DEBUG should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported function MapLevel should have comment or be unexported (golint)
    • Line 30: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 34: warning: exported method Level.ToZapLevel should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/fetch-dex-token/config.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 10: warning: exported type Config should have comment or be unexported (golint)
    • Line 16: warning: exported type IdProviderConfig should have comment or be unexported (golint)
    • Line 22: warning: exported type DexConfig should have comment or be unexported (golint)
    • Line 28: warning: exported type ClientConfig should have comment or be unexported (golint)
    • Line 33: warning: exported type UserCredentials should have comment or be unexported (golint)
    • Line 38: warning: exported function LoadConfig should have comment or be unexported (golint)
    • Line 48: warning: exported method Config.IdProviderConfig should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/oauth/service.go
    • Line 17: warning: exported type Service should have comment or be unexported (golint)
    • Line 21: warning: exported function NewService should have comment or be unexported (golint)
    • Line 25: warning: exported function NewEventHandler should have comment or be unexported (golint)
    • Line 35: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 41: warning: exported method EventHandler.K8sResource should have comment or be unexported (golint)
    • Line 45: warning: exported method EventHandler.ShouldNotify should have comment or be unexported (golint)
    • Line 49: warning: exported method EventHandler.Notify should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/executor/proxy/suite.go
    • Line 37: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 47: warning: exported function NewTestSuite should have comment or be unexported (golint)
    • Line 70: warning: exported method TestSuite.Setup should have comment or be unexported (golint)
    • Line 79: warning: exported method TestSuite.Cleanup should have comment or be unexported (golint)
    • Line 88: warning: exported method TestSuite.ApplicationName should have comment or be unexported (golint)
    • Line 108: warning: exported method TestSuite.CheckApplicationGatewayHealth should have comment or be unexported (golint)
    • Line 132: warning: exported method TestSuite.CallAccessService should have comment or be unexported (golint)
    • Line 172: warning: exported method TestSuite.GetMockServiceURL should have comment or be unexported (golint)
    • kyma/tests/rafter/pkg/retry/retry.go
    • Line 14: warning: exported var DefaultBackoff should have comment or be unexported (golint)
    • Line 51: warning: exported function WithIgnoreOnAlreadyExist should have comment or be unexported (golint)
    • Line 55: warning: exported function WithIgnoreOnNotFound should have comment or be unexported (golint)
    • Line 59: warning: exported function OnTimeout should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/k8s/automock/export.go
    • Line 3: warning: exported function NewDeploymentLister should have comment or be unexported (golint)
    • Line 7: warning: exported function NewStatefulSetLister should have comment or be unexported (golint)
    • Line 11: warning: exported function NewReplicaSetLister should have comment or be unexported (golint)
    • Line 15: warning: exported function NewDeploymentGetter should have comment or be unexported (golint)
    • Line 19: warning: exported function NewPodSvc should have comment or be unexported (golint)
    • Line 23: warning: exported function NewSecretSvc should have comment or be unexported (golint)
    • Line 27: warning: exported function NewGQLPodConverter should have comment or be unexported (golint)
    • Line 31: warning: exported function NewGQLSecretConverter should have comment or be unexported (golint)
    • Line 35: warning: exported function NewResourceSvc should have comment or be unexported (golint)
    • Line 39: warning: exported function NewGQLResourceConverter should have comment or be unexported (golint)
    • Line 43: warning: exported function NewReplicaSetSvc should have comment or be unexported (golint)
    • Line 47: warning: exported function NewGqlReplicaSetConverter should have comment or be unexported (golint)
    • Line 51: warning: exported function NewGqlServiceConverter should have comment or be unexported (golint)
    • Line 55: warning: exported function NewServiceSvc should have comment or be unexported (golint)
    • Line 59: warning: exported function NewGqlConfigMapConverter should have comment or be unexported (golint)
    • Line 63: warning: exported function NewConfigMapSvc should have comment or be unexported (golint)
    • Line 67: warning: exported function NewSelfSubjectRulesSvc should have comment or be unexported (golint)
    • Line 71: warning: exported function NewSelfSubjectRulesConverter should have comment or be unexported (golint)
    • Line 75: warning: exported function NewNamespaceSvc should have comment or be unexported (golint)
    • Line 79: warning: exported function NewGqlVersionInfoConverter should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/oauth/resolver.go
    • Line 12: warning: exported type ClientList should have comment or be unexported (golint)
    • Line 14: warning: exported method ClientList.Append should have comment or be unexported (golint)
    • Line 20: warning: exported method Resolver.OAuth2ClientsQuery should have comment or be unexported (golint)
    • Line 28: warning: exported method Resolver.OAuth2ClientQuery should have comment or be unexported (golint)
    • Line 34: warning: exported method Resolver.CreateOAuth2Client should have comment or be unexported (golint)
    • Line 51: warning: exported method Resolver.UpdateOAuth2Client should have comment or be unexported (golint)
    • Line 64: warning: exported method Resolver.DeleteOAuth2Client should have comment or be unexported (golint)
    • Line 70: warning: exported method Resolver.OAuth2ClientSubscription should have comment or be unexported (golint)
    • Line 90: warning: exported method Resolver.ErrorField should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/pkg/proxyconfig/destination_config.go
    • Line 19: warning: exported const Undefined should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 38: warning: exported type CSRFConfig should have comment or be unexported (golint)
    • Line 42: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 46: warning: exported type NoAuthConfig should have comment or be unexported (golint)
    • Line 48: warning: exported method NoAuthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 52: warning: exported type OauthConfig should have comment or be unexported (golint)
    • Line 59: warning: exported method OauthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 70: warning: exported type BasicAuthConfig should have comment or be unexported (golint)
    • Line 75: warning: exported method BasicAuthConfig.ToCredentials should have comment or be unexported (golint)
    • Line 84: warning: exported type CertificateConfig should have comment or be unexported (golint)
    • Line 89: warning: exported method CertificateConfig.ToCredentials should have comment or be unexported (golint)
    • kyma/components/compass-runtime-agent/internal/compass/director/model.go
    • Line 7: warning: exported type ApplicationsForRuntimeResponse should have comment or be unexported (golint)
    • Line 11: warning: exported type SetRuntimeLabelResponse should have comment or be unexported (golint)
    • Line 15: warning: exported type ApplicationPage should have comment or be unexported (golint)
    • Line 21: warning: exported type Application should have comment or be unexported (golint)
    • Line 31: warning: exported type Labels should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/roles/roleBinding.resolver.go
    • Line 13: warning: exported type RoleBindingList should have comment or be unexported (golint)
    • Line 15: warning: exported method RoleBindingList.Append should have comment or be unexported (golint)
    • Line 21: warning: exported method Resolver.RoleBindingsQuery should have comment or be unexported (golint)
    • Line 31: warning: exported method Resolver.CreateRoleBinding should have comment or be unexported (golint)
    • Line 59: warning: exported method Resolver.DeleteRoleBinding should have comment or be unexported (golint)
    • Line 65: warning: exported method Resolver.RoleBindingSubscription should have comment or be unexported (golint)
    • kyma/tests/application-connector-tests/test/testkit/services/client.go
    • Line 16: warning: exported type ApplicationConnectorClient should have comment or be unexported (golint)
    • Line 23: warning: exported function NewApplicationConnectorClient should have comment or be unexported (golint)
    • Line 31: warning: exported method ApplicationConnectorClient.GetAllAPIs should have comment or be unexported (golint)
    • Line 51: warning: exported method ApplicationConnectorClient.SendEvent should have comment or be unexported (golint)
    • Line 98: warning: exported function RequireNoError should have comment or be unexported (golint)
    • kyma/tests/function-controller/pkg/gitrepository/gitrepository.go
    • Line 20: warning: exported type GitRepository should have comment or be unexported (golint)
    • Line 29: warning: exported function New should have comment or be unexported (golint)
    • Line 40: warning: exported method GitRepository.GetName should have comment or be unexported (golint)
    • Line 44: warning: exported method GitRepository.Create should have comment or be unexported (golint)
    • Line 61: warning: exported method GitRepository.Delete should have comment or be unexported (golint)
    • Line 67: warning: exported method GitRepository.LogResource should have comment or be unexported (golint)
    • Line 82: warning: exported method GitRepository.Get should have comment or be unexported (golint)
    • kyma/components/binding/internal/errors/error.go
    • Line 9: warning: exported type TemporaryError should have comment or be unexported (golint)
    • Line 13: warning: exported function NewTemporaryError should have comment or be unexported (golint)
    • Line 19: warning: exported function AsTemporaryError should have comment or be unexported (golint)
    • Line 27: warning: exported method TemporaryError.Temporary should have comment or be unexported (golint)
    • Line 29: warning: exported function IsTemporaryError should have comment or be unexported (golint)
    • Line 37: warning: exported type NotFound should have comment or be unexported (golint)
    • Line 41: warning: exported function NewNotFound should have comment or be unexported (golint)
    • Line 47: warning: exported function AsNotFound should have comment or be unexported (golint)
    • Line 55: warning: exported method NotFound.NotFound should have comment or be unexported (golint)
    • Line 57: warning: exported function IsNotFound should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/bebEventing/service.go
    • Line 1: warning: don't use MixedCaps in package name; bebEventing should be bebeventing (golint)
    • Line 25: warning: exported type Service should have comment or be unexported (golint)
    • Line 29: warning: exported function NewService should have comment or be unexported (golint)
    • Line 47: warning: exported function NewEventHandler should have comment or be unexported (golint)
    • Line 57: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 63: warning: exported method EventHandler.K8sResource should have comment or be unexported (golint)
    • Line 67: warning: exported method EventHandler.ShouldNotify should have comment or be unexported (golint)
    • Line 71: warning: exported method EventHandler.Notify should have comment or be unexported (golint)
    • kyma/tests/compass-runtime-agent/test/testkit/compass/client.go
    • Line 21: warning: exported const TenantHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type Client should have comment or be unexported (golint)
    • Line 38: warning: exported function NewCompassClient should have comment or be unexported (golint)
    • Line 68: warning: exported method Client.GetRuntime should have comment or be unexported (golint)
    • Line 83: warning: exported method Client.SetDirectorToken should have comment or be unexported (golint)
    • Line 89: warning: exported method Client.SetupTestsScenario should have comment or be unexported (golint)
    • Line 105: warning: exported method Client.CleanupTestsScenario should have comment or be unexported (golint)
    • Line 188: warning: exported method Client.GetOneTimeTokenForApplication should have comment or be unexported (golint)
    • Line 201: warning: exported method Client.CreateApplication should have comment or be unexported (golint)
    • Line 221: warning: exported method Client.UpdateApplication should have comment or be unexported (golint)
    • Line 239: warning: exported method Client.DeleteApplication should have comment or be unexported (golint)
    • Line 264: warning: exported method Client.AddAPIPackage should have comment or be unexported (golint)
    • Line 282: warning: exported method Client.UpdateAPIPackage should have comment or be unexported (golint)
    • Line 300: warning: exported method Client.DeleteAPIPackage should have comment or be unexported (golint)
    • Line 315: warning: exported method Client.AddAPIDefinitionToPackage should have comment or be unexported (golint)
    • Line 324: warning: exported method Client.UpdateAPIDefinition should have comment or be unexported (golint)
    • Line 351: warning: exported method Client.DeleteAPIDefinition should have comment or be unexported (golint)
    • Line 366: warning: exported method Client.AddEventAPIToPackage should have comment or be unexported (golint)
    • Line 375: warning: exported method Client.UpdateEventAPI should have comment or be unexported (golint)
    • Line 402: warning: exported method Client.DeleteEventAPI should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/module/pluggable.go
    • Line 10: warning: exported type Pluggable should have comment or be unexported (golint)
    • Line 17: warning: exported function NewPluggable should have comment or be unexported (golint)
    • Line 21: warning: exported method Pluggable.Name should have comment or be unexported (golint)
    • Line 25: warning: exported method Pluggable.IsEnabled should have comment or be unexported (golint)
    • Line 29: warning: exported method Pluggable.Enable should have comment or be unexported (golint)
    • Line 35: warning: exported method Pluggable.EnableAndSyncCache should have comment or be unexported (golint)
    • Line 44: warning: exported method Pluggable.EnableAndSyncInformerFactories should have comment or be unexported (golint)
    • Line 60: warning: exported method Pluggable.EnableAndSyncInformerFactory should have comment or be unexported (golint)
    • Line 71: warning: exported method Pluggable.EnableAndSyncDynamicInformerFactory should have comment or be unexported (golint)
    • Line 82: warning: exported method Pluggable.Disable should have comment or be unexported (golint)
    • Line 93: warning: exported method Pluggable.StopCacheSyncOnClose should have comment or be unexported (golint)
    • Line 104: warning: exported type SharedInformerFactory should have comment or be unexported (golint)
    • Line 109: warning: exported type DynamicSharedInformerFactory should have comment or be unexported (golint)
    • kyma/components/console-backend-service/internal/domain/roles/clusterRoleBinding.resolver.go
    • Line 13: warning: exported type ClusterRoleBindingList should have comment or be unexported (golint)
    • Line 15: warning: exported method ClusterRoleBindingList.Append should have comment or be unexported (golint)
    • Line 21: warning: exported method Resolver.ClusterRoleBindingsQuery should have comment or be unexported (golint)
    • Line 31: warning: exported method Resolver.CreateClusterRoleBinding should have comment or be unexported (golint)
    • Line 58: warning: exported method Resolver.DeleteClusterRoleBinding should have comment or be unexported (golint)
    • Line 64: warning: exported method Resolver.ClusterRoleBindingSubscription should have comment or be unexported (golint)
    • kyma/components/busola-migrator/internal/app/app.go
    • Line 22: warning: comment on exported type UAAClient should be of the form "UAAClient ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type HTMLRenderer should be of the form "HTMLRenderer ..." (with optional leading article) (golint)
    • Line 34: warning: comment on exported type JWTService should be of the form "JWTService ..." (with optional leading article) (golint)
    • Line 40: warning: comment on exported type K8sClient should be of the form "K8sClient ..." (with optional leading article) (golint)
    • Line 45: warning: exported type App should have comment or be unexported (golint)
    • Line 59: warning: exported function New should have comment or be unexported (golint)
    • kyma/tests/function-controller/testsuite/teststep/addons.go
    • Line 14: warning: exported type Addons should have comment or be unexported (golint)
    • Line 21: warning: exported function NewAddonConfiguration should have comment or be unexported (golint)
    • Line 30: warning: exported method Addons.Name should have comment or be unexported (golint)
    • Line 34: warning: exported method Addons.Run should have comment or be unexported (golint)
    • Line 43: warning: exported method Addons.Cleanup should have comment or be unexported (golint)
    • Line 47: warning: exported method Addons.OnError should have comment or be unexported (golint)
    • kyma/components/central-application-gateway/pkg/apperrors/apperrors.go
    • Line 6: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type AppError should have comment or be unexported (golint)
    • Line 27: warning: exported function Internal should have comment or be unexported (golint)
    • Line 31: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 35: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 39: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 43: warning: exported function UpstreamServerCallFailed should have comment or be unexported (golint)
    • kyma/components/service-binding-usage-controller/internal/controller/automock/extends.go
    • Line 11: warning: exported method KubernetesResourceSupervisor.ExpectOnEnsureLabelsCreated should have comment or be unexported (golint)
    • Line 15: warning: exported method KindsSupervisors.ExpectOnGet should have comment or be unexported (golint)
    • Line 19: warning: exported method PodPresetModifier.ExpectOnUpsertPodPreset should have comment or be unexported (golint)
    • Line 23: warning: exported method BindingLabelsFetcher.ExpectOnFetch should have comment or be unexported (golint)
    • Line 27: warning: exported method BindingLabelsFetcher.ExpectErrorOnFetch should have comment or be unexported (golint)
    • Line 31: warning: exported method BindingUsageChecker.ExpectOnValidateIfBindingUsageShouldBeProcessed should have comment or be unexported (golint)
    • Line 35: warning: exported method BindingUsageChecker.ExpectErrorOnValidateIfBindingUsageShouldBeProcessed should have comment or be unexported (golint)
    • Line 39: warning: exported method AppliedSpecStorage.ExpectOnGet should have comment or be unexported (golint)
    • Line 43: warning: exported method AppliedSpecStorage.ExpectOnUpsert should have comment or be unexported (golint)
    • Line 47: warning: exported method BusinessMetric.ExpectOnRecordError should have comment or be unexported (golint)
    • Line 51: warning: exported method BusinessMetric.ExpectOnIncrementQueueLength should have comment or be unexported (golint)
    • Line 55: warning: exported method BusinessMetric.ExpectOnDecrementQueueLength should have comment or be unexported (golint)
    • Line 59: warning: exported method BusinessMetric.ExpectOnRecordLatency should have comment or be unexported (golint)
    • kyma/common/logging/logger/format.go
    • Line 11: warning: exported type Format should have comment or be unexported (golint)
    • Line 14: warning: exported const JSON should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported function MapFormat should have comment or be unexported (golint)
    • Line 26: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 30: warning: exported method Format.ToZapEncoder should have comment or be unexported (golint)
    • kyma/components/kyma-operator/pkg/kymahelm/release.go
    • Line 10: warning: exported type Status should have comment or be unexported (golint)
    • Line 58: warning: comment on exported type UninstallReleaseStatus should be of the form "UninstallReleaseStatus ..." (with optional leading article) (golint)
    • Line 75: warning: exported method ReleaseStatus.IsUpgradeStep should have comment or be unexported (golint)
    • Line 99: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/components/console-backend-service/internal/gqlerror/errors.go
    • Line 14: warning: exported type GQLError should have comment or be unexported (golint)
    • Line 22: warning: exported method GQLError.Status should have comment or be unexported (golint)
    • Line 26: warning: exported type Status should have comment or be unexported (golint)
    • Line 29: warning: exported const Unknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: exported type Option should have comment or be unexported (golint)
    • Line 57: warning: exported function New should have comment or be unexported (golint)
    • Line 78: warning: exported function WithName should have comment or be unexported (golint)
    • Line 84: warning: exported function WithNamespace should have comment or be unexported (golint)
    • Line 90: warning: exported function WithCustomArgument should have comment or be unexported (golint)
    • Line 96: warning: exported function WithDetails should have comment or be unexported (golint)
    • Line 102: warning: exported function NewInternal should have comment or be unexported (golint)
    • Line 106: warning: exported function NewNotFoundFromError should have comment or be unexported (golint)
    • Line 111: warning: exported function NewNotFound should have comment or be unexported (golint)
    • Line 115: warning: exported function NewAlreadyExists should have comment or be unexported (golint)
    • Line 119: warning: exported function NewInvalid should have comment or be unexported (golint)
    • Line 124: warning: exported function IsNotFound should have comment or be unexported (golint)
    • Line 128: warning: exported function IsAlreadyExists should have comment or be unexported (golint)
    • Line 132: warning: exported function IsInternal should have comment or be unexported (golint)
    • Line 136: warning: exported function IsInvalid should have comment or be unexported (golint)
    • kyma/tests/application-connector-tests/test/testkit/connector/model.go
    • Line 11: warning: exported type ApplicationConnection should have comment or be unexported (golint)
    • Line 17: warning: exported type ApplicationCredentials should have comment or be unexported (golint)
    • Line 22: warning: exported method ApplicationCredentials.NewMTLSClient should have comment or be unexported (golint)
    • Line 26: warning: exported type TokenResponse should have comment or be unexported (golint)
    • Line 31: warning: exported type CSRInfoResponse should have comment or be unexported (golint)
    • Line 37: warning: exported type ManagementInfoResponse should have comment or be unexported (golint)
    • Line 43: warning: exported type ApplicationClientIdentity should have comment or be unexported (golint)
    • Line 48: warning: exported type ClusterClientIdentity should have comment or be unexported (golint)
    • Line 53: warning: exported type ManagementInfoURLs should have comment or be unexported (golint)
    • Line 59: warning: exported type RuntimeURLs should have comment or be unexported (golint)
    • Line 64: warning: exported type ApiInfo should have comment or be unexported (golint)
    • Line 70: warning: exported type CertInfo should have comment or be unexported (golint)
    • Line 76: warning: exported type CsrRequest should have comment or be unexported (golint)
    • Line 80: warning: exported type CrtResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 91: warning: exported type Error should have comment or be unexported (golint)
    • Line 96: warning: exported type DecodedCrtResponse should have comment or be unexported (golint)
    • Line 102: warning: exported type RevocationBody should have comment or be unexported (golint)
    • kyma/components/binding/internal/controller/binding_reconciler.go
    • Line 17: warning: exported type BindingWorker should have comment or be unexported (golint)
    • Line 30: warning: exported function NewBindingReconciler should have comment or be unexported (golint)
    • Line 39: warning: exported method BindingReconciler.Reconcile should have comment or be unexported (golint)
    • Line 86: warning: exported method BindingReconciler.SetupWithManager should have comment or be unexported (golint)
    • kyma/components/eventing-controller/api/v1alpha1/eventingbackend_types.go
    • Line 7: warning: comment on exported type BackendType should be of the form "BackendType ..." (with optional leading article) (golint)
    • Line 11: warning: exported const BebBackendType should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type EventingBackend should be of the form "EventingBackend ..." (with optional leading article) (golint)
    • kyma/tools/failery/failery/outputter.go
    • Line 12: warning: exported type Cleanup should have comment or be unexported (golint)
    • Line 14: warning: exported type OutputStreamProvider should have comment or be unexported (golint)
    • Line 18: warning: exported type StdoutStreamProvider should have comment or be unexported (golint)
    • Line 21: warning: error should be the last type when returning multiple items (golint)
    • Line 21: warning: exported method StdoutStreamProvider.GetWriter should have comment or be unexported (golint)
    • Line 21: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 25: warning: exported type FileOutputStreamProvider should have comment or be unexported (golint)
    • Line 34: warning: error should be the last type when returning multiple items (golint)
    • Line 34: warning: exported method FileOutputStreamProvider.GetWriter should have comment or be unexported (golint)
    • Line 34: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 74: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 86: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • kyma/components/console-backend-service/internal/domain/roles/service.go
    • Line 34: warning: exported type Service should have comment or be unexported (golint)
    • Line 38: warning: exported function NewRoleService should have comment or be unexported (golint)
    • Line 43: warning: exported function NewClusterRoleService should have comment or be unexported (golint)
    • Line 47: warning: exported function NewRoleBindingService should have comment or be unexported (golint)
    • Line 51: warning: exported function NewClusterRoleBindingService should have comment or be unexported (golint)
    • Line 55: warning: exported function NewClusterRoleBindingEventHandler should have comment or be unexported (golint)
    • Line 65: warning: exported function NewRoleBindingEventHandler should have comment or be unexported (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/eventing/eventing.go
    • Line 31: warning: exported type EventingUpgradeTest should have comment or be unexported (golint)
    • Line 49: warning: exported function NewEventingUpgradeTest should have comment or be unexported (golint)
    • Line 66: warning: exported method EventingUpgradeTest.CreateResources should have comment or be unexported (golint)
    • Line 89: warning: exported method EventingUpgradeTest.TestResources should have comment or be unexported (golint)
    • kyma/components/application-registry/internal/apperrors/apperrors.go
    • Line 10: warning: exported const CodeInternal should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type AppError should have comment or be unexported (golint)
    • Line 38: warning: exported function Internal should have comment or be unexported (golint)
    • Line 42: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 46: warning: exported function AlreadyExists should have comment or be unexported (golint)
    • Line 50: warning: exported function WrongInput should have comment or be unexported (golint)
    • Line 54: warning: exported function UpstreamServerCallFailed should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/executor/config.go
    • Line 20: warning: exported type TestConfig should have comment or be unexported (golint)
    • Line 28: warning: exported function ReadConfig should have comment or be unexported (golint)
    • Line 31: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 36: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 41: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 46: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 51: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 56: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • kyma/tests/end-to-end/upgrade/pkg/tests/eventing/subscription/api/v1alpha1/subscription_lifecycle.go
    • Line 8: warning: exported type ConditionType should have comment or be unexported (golint)
    • Line 11: warning: exported const ConditionSubscribed should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type Condition should have comment or be unexported (golint)
    • Line 26: warning: exported type ConditionReason should have comment or be unexported (golint)
    • Line 29: warning: exported const ConditionReasonSubscriptionCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 61: warning: exported method SubscriptionStatus.IsReady should have comment or be unexported (golint)
    • Line 121: warning: exported function MakeCondition should have comment or be unexported (golint)
    • Line 132: warning: exported method SubscriptionStatus.IsConditionSubscribed should have comment or be unexported (golint)
    • Line 141: warning: exported method SubscriptionStatus.GetConditionAPIRuleStatus should have comment or be unexported (golint)
    • Line 150: warning: exported method SubscriptionStatus.SetConditionAPIRuleStatus should have comment or be unexported (golint)
    • kyma/components/eventing-controller/testing/subscriber.go
    • Line 14: warning: exported type Subscriber should have comment or be unexported (golint)
    • Line 21: warning: exported function NewSubscriber should have comment or be unexported (golint)
    • Line 29: warning: exported method Subscriber.Start should have comment or be unexported (golint)
    • Line 67: warning: exported method Subscriber.Shutdown should have comment or be unexported (golint)
    • Line 77: warning: exported method Subscriber.CheckEvent should have comment or be unexported (golint)
    • kyma/tests/application-gateway-legacy-tests/test/executor/testkit/registry/model.go
    • Line 5: warning: exported type Service should have comment or be unexported (golint)
    • Line 15: warning: exported type ServiceDetails should have comment or be unexported (golint)
    • Line 27: warning: exported type PostServiceResponse should have comment or be unexported (golint)
    • Line 31: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 36: warning: exported type API should have comment or be unexported (golint)
    • Line 47: warning: exported type RequestParameters should have comment or be unexported (golint)
    • Line 52: warning: exported type CredentialsWithCSRF should have comment or be unexported (golint)
    • Line 58: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 63: warning: exported type CSRFInfo should have comment or be unexported (golint)
    • Line 67: warning: exported type Oauth should have comment or be unexported (golint)
    • Line 75: warning: exported type Basic should have comment or be unexported (golint)
    • Line 81: warning: exported type CertificateGen should have comment or be unexported (golint)
    • Line 86: warning: exported type Events should have comment or be unexported (golint)
    • Line 90: warning: exported type Documentation should have comment or be unexported (golint)
    • Line 98: warning: exported type DocsObject should have comment or be unexported (golint)
    • Line 104: warning: exported method API.WithAPISpecURL should have comment or be unexported (golint)
    • Line 110: warning: exported method API.WithBasicAuth should have comment or be unexported (golint)
    • Line 123: warning: exported method API.WithBasicAndCSRFAuth should have comment or be unexported (golint)
    • Line 139: warning: exported method API.WithOAuth should have comment or be unexported (golint)
    • Line 153: warning: exported method API.WithOAuthRequestParameters should have comment or be unexported (golint)
    • Line 167: warning: exported method API.WithRequestParameters should have comment or be unexported (golint)
    • Line 173: warning: exported method API.WithOAuthSecuredSpec should have comment or be unexported (golint)
    • Line 187: warning: exported method API.WithOAuthRequestParametersSecuredSpec should have comment or be unexported (golint)
    • Line 201: warning: exported method API.WithRequestParametersSpec should have comment or be unexported (golint)
    • Line 207: warning: exported method API.WithBasicAuthSecuredSpec should have comment or be unexported (golint)
    • kyma/components/application-broker/pkg/apis/applicationconnector/v1alpha1/types.go
    • Line 13: warning: exported type ApplicationMapping should have comment or be unexported (golint)
    • Line 20: warning: exported method ApplicationMapping.GetObjectKind should have comment or be unexported (golint)
    • Line 24: warning: exported type ApplicationMappingSpec should have comment or be unexported (golint)
    • Line 28: warning: exported type ApplicationMappingService should have comment or be unexported (golint)
    • Line 56: warning: exported type EventActivation should have comment or be unexported (golint)
    • Line 63: warning: exported method EventActivation.GetObjectKind should have comment or be unexported (golint)
    • Line 67: warning: exported type EventActivationSpec should have comment or be unexported (golint)
    • Line 74: warning: exported type ApplicationMappingList should have comment or be unexported (golint)
    • Line 83: warning: exported type EventActivationList should have comment or be unexported (golint)

gocyclo98%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!