diff --git a/.golangci.example.yml b/.golangci.example.yml index 6bed0b21abc0..e9bc44fe446c 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -1695,6 +1695,7 @@ linters: - noctx - nolintlint - nonamedreturns + - nosnakecase - nosprintfhostport - paralleltest - prealloc @@ -1794,6 +1795,7 @@ linters: - noctx - nolintlint - nonamedreturns + - nosnakecase - nosprintfhostport - paralleltest - prealloc