diff --git a/.golangci.yml b/.golangci.yml index 6deb24bc8ea..fe2a654326c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,9 +55,10 @@ linters: - gochecknoinits - godot - godox + - goerr113 # most of the errors here are meant for humans + - gomnd - gomodguard + - nlreturn - testpackage - wsl - - gomnd - - goerr113 # most of the errors here are meant for humans fast: false