From 18ba9472bdec79c448ff4cd34b8a19037d835a36 Mon Sep 17 00:00:00 2001 From: Ted Winslow Date: Tue, 4 Aug 2015 09:17:58 -0400 Subject: [PATCH 1/2] codeclimate, chill! --- .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 0000000..3cbaaa8 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,4 @@ +languages: + JavaScript: true +exclude_paths: +- documentation/* From e4a3b7a17e22cf8ec9d363ada4b267ef3b0615f3 Mon Sep 17 00:00:00 2001 From: Ted Winslow Date: Tue, 4 Aug 2015 09:20:38 -0400 Subject: [PATCH 2/2] bithound, sit! --- .bithoundrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..d4affe9 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,5 @@ +{ + "ignore": [ + "**/documentation/**" + ] +}