Skip to content

Commit

Permalink
Chane the analyzer name
Browse files Browse the repository at this point in the history
  • Loading branch information
uudashr committed Jul 16, 2024
1 parent 165cf66 commit e1adcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identical/identical.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func newAnalyzer() *analysis.Analyzer {
r := runner{}

analyzer := &analysis.Analyzer{
Name: "duplicate",
Name: "identical",
Doc: "Identifies interfaces in the same package that have identical method sets",
URL: "https://pkg.go.dev/github.com/uudashr/iface/duplicate",
Requires: []*analysis.Analyzer{inspect.Analyzer},
Expand Down

0 comments on commit e1adcdd

Please sign in to comment.