Exclude lib directory from codeclimate

- Generated files show up as duplicates of src

[#1171]
This commit is contained in:
Greg Cobb
2016-07-25 21:11:44 -07:00
parent 9fedf74f32
commit 5f9a965d7c

2
.codeclimate.yml Normal file
View File

@@ -0,0 +1,2 @@
exclude_paths:
- "lib/"