disable staticcheck for IsAnInteractiveSession
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
4044ca9a57
commit
edc671d6a0
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user