ydb-go-sdk
ydb-go-sdk copied to clipboard
dev: Switch golangci config from opt-in linters to opt-out
For example https://gist.github.com/asmyasnikov/eccb01b3e454afe9391f892183b26ecb
Is it meant to replace
disable-all: true
enable:
...
with
enable-all: true
disable:
...
?
Reverted settings by #909 because linter checks was broken