Files
kopia/cli/sighup_windows.go
Jarek Kowalski cbc66f936d chore(ci): upgraded linter to 1.53.3 (#3079)
* chore(ci): upgraded linter to 1.53.3

This flagged a bunch of unused parameters, so the PR is larger than
usual, but 99% mechanical.

* separate lint CI task

* run Lint in separate CI
2023-06-18 13:26:01 -07:00

7 lines
115 B
Go

package cli
//nolint:revive
func onExternalConfigReloadRequest(f func()) {
// SIGHUP not supported on Windows.
}