diff --git a/codeclimate.json b/codeclimate.json new file mode 100644 index 0000000..c526d93 --- /dev/null +++ b/codeclimate.json @@ -0,0 +1,20 @@ +{ + "version": "2", + "exclude_patterns": [ + "config/", + "db/", + "dist/", + "features/", + "**/node_modules/", + "script/", + "**/spec/", + "**/test/", + "**/tests/", + "**/src/proto/", + "Tests/", + "**/vendor/", + "**/*_test.go", + "**/*.d.ts" + ] + } + diff --git a/codeclimate.yml b/codeclimate.yml deleted file mode 100644 index 9b91c8c..0000000 --- a/codeclimate.yml +++ /dev/null @@ -1,15 +0,0 @@ -exclude_patterns: -- "config/" -- "db/" -- "dist/" -- "features/" -- "**/node_modules/" -- "script/" -- "**/spec/" -- "**/test/" -- "**/tests/" -- "**/src/proto/" -- "Tests/" -- "**/vendor/" -- "**/*_test.go" -- "**/*.d.ts"