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:
dependabot[bot] 2023-04-30 15:36:15 +02:00 committed by GitHub
parent 58182e7840
commit bc616e8b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 3 deletions

View file

@ -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"`