From b54775e35c166c02078d8f77e59193406d43fdc2 Mon Sep 17 00:00:00 2001
From: Rodrigo Nascimento <rodrigoknascimento@gmail.com>
Date: Thu, 25 Jun 2015 15:54:09 -0300
Subject: [PATCH] Add Code Climate config file

---
 .codeclimate.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .codeclimate.yml

diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 00000000000..44584bd6fd1
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,16 @@
+#
+# ---Choose Your Languages---
+# To disable analysis for a certain language, set the language to `false`.
+# For help setting your languages:
+# http://docs.codeclimate.com/article/169-configuring-analysis-languages
+#
+languages:
+   JavaScript: true
+#
+# ---Exclude Files or Directories---
+# List the files or directories you would like excluded from our analysis.
+# For help setting your exclude paths:
+# http://docs.codeclimate.com/article/166-excluding-files-folders
+#
+exclude_paths:
+ - "public/moment-locales/*"
\ No newline at end of file
-- 
GitLab