mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.1.0 to 2.2.0 (#4207)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
0baed20d7a
commit
affa7d119c
5 changed files with 14 additions and 8 deletions
|
@ -289,9 +289,10 @@ type DepGuardSettings struct {
|
|||
}
|
||||
|
||||
type DepGuardList struct {
|
||||
Files []string `mapstructure:"files"`
|
||||
Allow []string `mapstructure:"allow"`
|
||||
Deny []DepGuardDeny `mapstructure:"deny"`
|
||||
ListMode string `mapstructure:"list-mode"`
|
||||
Files []string `mapstructure:"files"`
|
||||
Allow []string `mapstructure:"allow"`
|
||||
Deny []DepGuardDeny `mapstructure:"deny"`
|
||||
}
|
||||
|
||||
type DepGuardDeny struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue