about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 000000000..f0c238b18
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,18 @@
+engines:
+ duplication:
+   enabled: true
+   config:
+     languages:
+     - ruby
+     - javascript
+ rubocop:
+   enabled: true
+ eslint:
+   enabled: true
+ratings:
+ paths:
+ - "**.rb"
+ - "**.js"
+exclude_paths:
+- spec/
+- vendor/asset