summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-05-29 13:57:06 +0000
committerDouwe Maan <douwe@gitlab.com>2017-05-29 13:57:06 +0000
commit437bb9282c90ac0ac8c3c87386b3220c33d2b4b4 (patch)
tree1ec494b5d18b9e56a77e14dae077e0c2a5389ab9
parent2fbaf49595090f864b582bcc46aea9f3da2cabfb (diff)
parentb8aed23b4491402df00d6df5059c605cd2c0098b (diff)
downloadgitlab-ce-437bb9282c90ac0ac8c3c87386b3220c33d2b4b4.tar.gz
Merge branch 'dz-codeclimate-yml' into 'master'
Add codeclimate.yml See merge request !11757
-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/