commit 1878ef6b5dd119e4072610250e6a32f27aa78c87
parent 541e5be414ba43029af97c565dc896501ec97001
Author: Jenna Smith <jenna.olivia.smith@gmail.com>
Date: Mon, 12 Oct 2015 10:36:13 -0400
Update .codeclimate.yml
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.codeclimate.yml b/.codeclimate.yml
@@ -35,7 +35,7 @@ engines:
# Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard.
- ratings:
+ratings:
paths:
- "**.js"
- "**.jsx"
@@ -47,6 +47,6 @@ engines:
# You can globally exclude files from being analyzed by any engine using the
# exclude_paths key.
-exclude_paths: []
+#exclude_paths:
#- spec/**/*
#- vendor/**/*