File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
43
43
github.com/go-viper/mapstructure/v2 v2.2.1
44
44
github.com/go-xmlfmt/xmlfmt v1.1.3
45
45
github.com/gofrs/flock v0.12.1
46
- github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
46
+ github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
47
47
github.com/golangci/go-printf-func-name v0.1.0
48
48
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
49
49
github.com/golangci/misspell v0.6.0
Original file line number Diff line number Diff line change 5
5
"go/token"
6
6
"sync"
7
7
8
- duplAPI "github.com/golangci/dupl"
8
+ duplAPI "github.com/golangci/dupl/lib "
9
9
"golang.org/x/tools/go/analysis"
10
10
11
11
"github.com/golangci/golangci-lint/pkg/config"
@@ -45,7 +45,7 @@ func New(settings *config.DuplSettings) *goanalysis.Linter {
45
45
46
46
return goanalysis .NewLinter (
47
47
linterName ,
48
- "Tool for code clone detection " ,
48
+ "Detects duplicate fragments of code. " ,
49
49
[]* analysis.Analyzer {analyzer },
50
50
nil ,
51
51
).WithIssuesReporter (func (* linter.Context ) []goanalysis.Issue {
You can’t perform that action at this time.
0 commit comments