From 5f9a965d7ce8f602696909de869a314e0ddfecad Mon Sep 17 00:00:00 2001 From: Greg Cobb Date: Mon, 25 Jul 2016 21:11:44 -0700 Subject: [PATCH] Exclude lib directory from codeclimate - Generated files show up as duplicates of src [#1171] --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..c4541d56 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,2 @@ +exclude_paths: +- "lib/"