From: Scott Larkin Date: Thu, 17 Nov 2016 17:40:23 +0000 (-0500) Subject: Create .codeclimate.yml X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e177ff305aadb14e38480b4d7624e2286674b167;p=mastodon.git Create .codeclimate.yml Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop. --- 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