mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
This commit is contained in:
@ -351,8 +351,8 @@ func (t *testCtx) expectProxyCtlAllowProxy() {
|
||||
|
||||
type mockRestarter struct{}
|
||||
|
||||
func (m *mockRestarter) Set(restart, crash bool) {}
|
||||
func (m *mockRestarter) Set(_, _ bool) {}
|
||||
|
||||
func (m *mockRestarter) AddFlags(flags ...string) {}
|
||||
func (m *mockRestarter) AddFlags(_ ...string) {}
|
||||
|
||||
func (m *mockRestarter) Override(exe string) {}
|
||||
func (m *mockRestarter) Override(_ string) {}
|
||||
|
||||
Reference in New Issue
Block a user