Skip to content

Commit

Permalink
feat: nolint comments removed
Browse files Browse the repository at this point in the history
Signed-off-by: Sudipto Baral <[email protected]>
  • Loading branch information
sudiptob2 committed Mar 8, 2023
1 parent 4301f0a commit b04da55
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ import (
"encoding/json"
"fmt"
"io"
//nolint:gci
"net/http" //nolint:gci
"net/http"
"net/url"
"strconv"
"time"

"github.com/DataDog/datadog-api-client-go/v2/api/datadogV1"
"github.com/go-logr/logr"
metricsapi "github.com/keptn/lifecycle-toolkit/metrics-operator/api/v1alpha2"
//nolint:gci
//nolint:gci
"sigs.k8s.io/controller-runtime/pkg/client"
)

Expand Down

0 comments on commit b04da55

Please sign in to comment.