diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index d73ff8917..30e176052 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -169,6 +169,7 @@ linters: - funlen - testpackage - exhaustivestruct + - nosnakecase # This requires extra addition of unnecessary code. Hence, we # prefer to disable this linter. But, it can be enabled if we # have better resolution. For more details check the