Skip to content

Commit a4baed6

Browse files
committed
fix golangci-lint
1 parent 92ec13b commit a4baed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/namespaces/instance/v1/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func createServer(metaKey string) core.BeforeFunc {
2929
// register it in the context Meta at metaKey.
3030
func startServer(metaKey string) core.BeforeFunc {
3131
return core.ExecStoreBeforeCmd(metaKey, "scw instance server start -w {{ ."+metaKey+
32-
".ID }}") //nolint: goconst
32+
".ID }}")
3333
}
3434

3535
// deleteServer deletes a server and its attached IP and volumes

internal/qa/qa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type WellKnownArgOrderError struct {
7575
}
7676

7777
func (err WellKnownArgOrderError) Error() string {
78-
return "well-known arg order must be respected '" + err.Command.GetCommandLine("scw") + "', arg '" + err.Argspec.Name + "'" //nolint: goconst
78+
return "well-known arg order must be respected '" + err.Command.GetCommandLine("scw") + "', arg '" + err.Argspec.Name + "'"
7979
}
8080

8181
type WellKnownArgAtTheEndError struct {

0 commit comments

Comments
 (0)