SemanticSearchPOC / .codeclimate.yml
KevinStephenson
Adding in weaviate code
b110593
raw
history blame
267 Bytes
version: "2"
exclude_pattern:
- client/
- cmd/weaviate-server/main.go
# exclude all but the configure_weaviate.go file in restapi/,
# given that the other files are automatically generated.
- restapi/
- !restapi/configure_weaviate*
- test/