diff --git a/.codeclimate.yml b/.codeclimate.yml index 65b2ebef329..f1e4001fec1 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,3 +9,9 @@ engines: ratings: paths: - "**.go" + +# Ignore generated code. +exclude_paths: +- "go/vt/proto/" +- "go/vt/sqlparser/sql.go" +