From 41f2b5707a225bac47f786dea60b51cc1e4bb1f6 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 14 Feb 2016 10:08:00 -0500 Subject: [PATCH] Add codeclimate config --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..031cfe45f --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,4 @@ +## Exclude dist files and samples from codeclimate +exclude_paths: + - dist/**/* + - samples/**/* \ No newline at end of file