mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
staticcheck: ignore unused if platform dependent
This commit is contained in:
@ -7,6 +7,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
//lint:ignore U1000 unused when not building linux
|
||||
func systemdActivationFiles() []*os.File {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user