mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/ghostiam/protogetter from 0.3.3 to 0.3.4 (#4327)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
4c3082bef1
commit
3ff416302f
5 changed files with 14 additions and 9 deletions
|
@ -730,9 +730,10 @@ type PromlinterSettings struct {
|
|||
}
|
||||
|
||||
type ProtoGetterSettings struct {
|
||||
SkipGeneratedBy []string `mapstructure:"skip-generated-by"`
|
||||
SkipFiles []string `mapstructure:"skip-files"`
|
||||
SkipAnyGenerated bool `mapstructure:"skip-any-generated"`
|
||||
SkipGeneratedBy []string `mapstructure:"skip-generated-by"`
|
||||
SkipFiles []string `mapstructure:"skip-files"`
|
||||
SkipAnyGenerated bool `mapstructure:"skip-any-generated"`
|
||||
ReplaceFirstArgInAppend bool `mapstructure:"replace-first-arg-in-append"`
|
||||
}
|
||||
|
||||
type ReassignSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue