Skip to content

Commit fe5d19e

Browse files
committed
code climate yml
1 parent 1182237 commit fe5d19e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codeclimate.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Save as .codeclimate.yml (note leading .) in project root directory
2+
languages:
3+
Ruby: true
4+
JavaScript: true
5+
PHP: true
6+
exclude_paths:
7+
- "public/vendor/*"
8+
- "tests/*"

0 commit comments

Comments
 (0)