disable staticcheck for IsAnInteractiveSession
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -275,7 +275,7 @@ func launchService(s *server.Server, done chan struct{}) error {
|
||||
done: done,
|
||||
}
|
||||
|
||||
interactive, err := svc.IsAnInteractiveSession()
|
||||
interactive, err := svc.IsAnInteractiveSession() // nolint:staticcheck
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user