We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4a7b1 commit d4eb733Copy full SHA for d4eb733
pkg/analyzer/commit_analyzer.go
@@ -25,7 +25,7 @@ func extractMentions(re *regexp.Regexp, s string) string {
25
26
type DefaultCommitAnalyzer struct{}
27
28
-func (da *DefaultCommitAnalyzer) Init(m map[string]string) error {
+func (da *DefaultCommitAnalyzer) Init(_ map[string]string) error {
29
return nil
30
}
31
0 commit comments