diff --git a/.golangci.yml b/.golangci.yml index 05855d38b6..206e53d24c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -223,6 +223,8 @@ linters: # New line required before return would require a large fraction of the # code base to need updating, it's not worth the perceived benefit. - nlreturn + # Opinionated and sometimes wrong. + - paralleltest disable-all: false presets: # bodyclose, errcheck, gosec, govet, scopelint, staticcheck, typecheck