mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
Fix linter
Updates golangci-lint and updates to the correct config format. Also renames some unused parameters to `_` to appese `revive`.
This commit is contained in:
@@ -17,7 +17,7 @@ type NotifTestCmd struct {
|
||||
CliGlobals
|
||||
}
|
||||
|
||||
func (s *NotifTestCmd) Run(ctx *Context) error {
|
||||
func (s *NotifTestCmd) Run(_ *Context) error {
|
||||
defer s.conn.Close()
|
||||
|
||||
nt, err := s.notifSvc.NotifTest(context.Background(), &pb.NotifTestRequest{})
|
||||
|
||||
Reference in New Issue
Block a user