build(deps): bump github.com/Abirdcfly/dupword from 0.0.12 to 0.0.13 (#4104)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Abirdcfly 2023-09-25 12:05:11 +08:00 committed by GitHub
parent c9956e8e73
commit 95edd30b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 32 additions and 6 deletions

View file

@ -292,6 +292,7 @@ type DuplSettings struct {
type DupWordSettings struct {
Keywords []string `mapstructure:"keywords"`
Ignore []string `mapstructure:"ignore"`
}
type ErrcheckSettings struct {