Skip to content

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Oct 6, 2023
1 parent ff4a7b1 commit d4eb733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/commit_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func extractMentions(re *regexp.Regexp, s string) string {

type DefaultCommitAnalyzer struct{}

func (da *DefaultCommitAnalyzer) Init(m map[string]string) error {
func (da *DefaultCommitAnalyzer) Init(_ map[string]string) error {
return nil
}

Expand Down

0 comments on commit d4eb733

Please sign in to comment.