From 79c6ad20f51ef2d19f90449196e37a7c0d23d372 Mon Sep 17 00:00:00 2001 From: Chris Kacerguis Date: Tue, 21 Jun 2016 20:44:55 -0500 Subject: [PATCH] exclude languages --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1c63d83f..b1059fca 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,2 +1,3 @@ exclude_paths: -- "documentation/" \ No newline at end of file +- "documentation/" +- "application/language/" \ No newline at end of file