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:
Ian Fijolek
2023-12-13 15:13:40 -08:00
parent bee94e4421
commit 5983df6491
8 changed files with 19 additions and 19 deletions

View File

@@ -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{})