disable staticcheck for IsAnInteractiveSession

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2020-10-13 10:47:18 -04:00
parent 4044ca9a57
commit edc671d6a0
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -275,7 +275,7 @@ func launchService(s *server.Server, done chan struct{}) error {
done: done, done: done,
} }
interactive, err := svc.IsAnInteractiveSession() interactive, err := svc.IsAnInteractiveSession() // nolint:staticcheck
if err != nil { if err != nil {
return err return err
} }