diff --git a/.codeclimate.yml b/.codeclimate.yml index bc66d3501..6db7af080 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -10,6 +10,6 @@ ratings: - "**.go" exclude_paths: - "/storage/remote/remote.pb.go" -- /vendor -- /web/ui/static/vendor +- vendor/ +- web/ui/static/vendor/ - "/web/ui/bindata.go"