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.2.3 to 0.3.1 (#4167)
This commit is contained in:
parent
f17fef34b2
commit
97cb9054a2
6 changed files with 46 additions and 5 deletions
|
@ -231,6 +231,7 @@ type LintersSettings struct {
|
|||
Prealloc PreallocSettings
|
||||
Predeclared PredeclaredSettings
|
||||
Promlinter PromlinterSettings
|
||||
ProtoGetter ProtoGetterSettings
|
||||
Reassign ReassignSettings
|
||||
Revive ReviveSettings
|
||||
RowsErrCheck RowsErrCheckSettings
|
||||
|
@ -707,6 +708,12 @@ type PromlinterSettings struct {
|
|||
DisabledLinters []string `mapstructure:"disabled-linters"`
|
||||
}
|
||||
|
||||
type ProtoGetterSettings struct {
|
||||
SkipGeneratedBy []string `mapstructure:"skip-generated-by"`
|
||||
SkipFiles []string `mapstructure:"skip-files"`
|
||||
SkipAnyGenerated bool `mapstructure:"skip-any-generated"`
|
||||
}
|
||||
|
||||
type ReassignSettings struct {
|
||||
Patterns []string `mapstructure:"patterns"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue