Skip to content

Commit fba2589

Browse files
committed
fix the lints
1 parent b54c6e0 commit fba2589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ run:
77
linters:
88
default: all
99
disable:
10+
- tagliatelle
1011
- bodyclose
1112
- gomoddirectives
1213
- contextcheck

cmd/gateway-extension/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"syscall"
1010
"time"
1111

12+
"github.com/mcuadros/go-defaults"
1213
"github.com/openkcm/common-sdk/pkg/commoncfg"
1314
"github.com/openkcm/common-sdk/pkg/health"
1415
"github.com/openkcm/common-sdk/pkg/logger"
@@ -20,8 +21,6 @@ import (
2021
root "github.com/openkcm/gateway-extension"
2122
"github.com/openkcm/gateway-extension/internal/business"
2223
"github.com/openkcm/gateway-extension/internal/config"
23-
24-
"github.com/mcuadros/go-defaults"
2524
)
2625

2726
var versionFlag = flag.Bool("version", false, "print version information")

0 commit comments

Comments
 (0)