mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 08:12:45 +02:00
staticcheck: ignore unused if platform dependent
This commit is contained in:
@ -20,7 +20,7 @@ var (
|
||||
pluginName = "rclone"
|
||||
pluginScope = "local"
|
||||
baseDir = "/var/lib/docker-volumes/rclone"
|
||||
sockDir = "/run/docker/plugins" // location of unix sockets (only relevant on Linux and FreeBSD)
|
||||
sockDir = "/run/docker/plugins" //lint:ignore U1000 unused when not building linux
|
||||
defSpecDir = "/etc/docker/plugins"
|
||||
stateFile = "docker-plugin.state"
|
||||
socketAddr = "" // TCP listening address or empty string for Unix socket
|
||||
|
Reference in New Issue
Block a user