summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-05-29 11:08:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-05-29 11:08:51 +0300
commitb8aed23b4491402df00d6df5059c605cd2c0098b (patch)
tree6ca6fc0d5fb45b81e0582ca62e11833f7400dcbf
parentce6d850ef5950430ad928fe34da5c9be9a162c81 (diff)
downloadgitlab-ce-dz-codeclimate-yml.tar.gz
Add codeclimate.ymldz-codeclimate-yml
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--.codeclimate.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 00000000000..e5636a13783
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,38 @@
+---
+engines:
+ brakeman:
+ enabled: true
+ bundler-audit:
+ enabled: true
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - ruby
+ - javascript
+ eslint:
+ enabled: true
+ fixme:
+ enabled: true
+ rubocop:
+ enabled: true
+ratings:
+ paths:
+ - Gemfile.lock
+ - "**.erb"
+ - "**.haml"
+ - "**.rb"
+ - "**.rhtml"
+ - "**.slim"
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
+exclude_paths:
+- config/
+- db/
+- features/
+- node_modules/
+- spec/
+- vendor/
+- lib/api/v3/