mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/go-critic/go-critic from 0.7.0 to 0.8.0 (#3810)
Co-authored-by: Oleksandr Redko <Oleksandr_Redko@epam.com> Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
58182e7840
commit
bc616e8b65
5 changed files with 10 additions and 3 deletions
|
@ -371,6 +371,7 @@ type GoConstSettings struct {
|
|||
}
|
||||
|
||||
type GoCriticSettings struct {
|
||||
Go string `mapstructure:"-"`
|
||||
EnabledChecks []string `mapstructure:"enabled-checks"`
|
||||
DisabledChecks []string `mapstructure:"disabled-checks"`
|
||||
EnabledTags []string `mapstructure:"enabled-tags"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue