golangci-lint/test/testdata/configs/gocritic-fix.yml
Anton Telyshev c65868c105
gocritic: support of enable-all and disable-all options (#4335)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2024-02-19 14:50:25 +01:00

8 lines
172 B
YAML

linters-settings:
gocritic:
enabled-checks:
- ruleguard
settings:
ruleguard:
rules: 'ruleguard/rangeExprCopy.go,ruleguard/stringsSimplify.go'