diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..605219d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,15 @@ +exclude_patterns: + - "config/" + - "db/" + - "dist/" + - "features/" + - "**/node_modules/" + - "script/" + - "**/spec/" + - "**/test/" + - "**/tests/" + - "Tests/" + - "**/vendor/" + - "**/*_test.go" + - "**/*.d.ts" + - "**/tests.py"