]> cat aescling's git repositories - mastodon.git/commitdiff
Create .codeclimate.yml
authorScott Larkin <scott@codeclimate.com>
Thu, 17 Nov 2016 17:40:23 +0000 (12:40 -0500)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2016 17:40:23 +0000 (12:40 -0500)
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.

.codeclimate.yml [new file with mode: 0644]

diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644 (file)
index 0000000..f0c238b
--- /dev/null
@@ -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