logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: c1be1ac7c6ebaabcd936f41d7a74ec8977625942
parent: a6e4f754fc4dd025be55c6d6362e8c5e98a299d9
Author: Eugen <eugen@zeonfederated.com>
Date:   Thu, 17 Nov 2016 20:42:52 +0100

Merge pull request #149 from larkinscott/master

Create .codeclimate.yml

Diffstat:

A.codeclimate.yml18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/.codeclimate.yml 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