Skip to content

Commit edc671d

Browse files
committed
disable staticcheck for IsAnInteractiveSession
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 4044ca9 commit edc671d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/containerd/command/service_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func launchService(s *server.Server, done chan struct{}) error {
275275
done: done,
276276
}
277277

278-
interactive, err := svc.IsAnInteractiveSession()
278+
interactive, err := svc.IsAnInteractiveSession() // nolint:staticcheck
279279
if err != nil {
280280
return err
281281
}

0 commit comments

Comments
 (0)