Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2016-07-06 01:59:16 +0300
committerJonne Haß <me@jhass.eu>2016-07-06 01:59:16 +0300
commitd460678c9ac22d6109616f19e1665d4c28972f10 (patch)
tree001c82d7eed0eaa843013475e1204a1652d2744b /.codeclimate.yml
parent751654cdad3088098b422758df485c4a44f200bf (diff)
add CodeClimate config
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 000000000..4773cc576
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,36 @@
+---
+engines:
+ brakeman:
+ enabled: true
+ bundler-audit:
+ enabled: true
+ csslint:
+ enabled: true
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - ruby
+ - javascript
+ eslint:
+ enabled: true
+ channel: "eslint-2"
+ fixme:
+ enabled: true
+ rubocop:
+ enabled: true
+ratings:
+ paths:
+ - Gemfile.lock
+ - "**.erb"
+ - "**.haml"
+ - "**.rb"
+ - "**.css"
+ - "**.js"
+exclude_paths:
+- config/
+- db/
+- features/
+- script/
+- spec/
+- vendor/