From 5d15c0097c31bc4c06d971e4a83387b945bee221 Mon Sep 17 00:00:00 2001 From: Gerard Caulfield Date: Tue, 5 Jul 2016 09:01:03 +1000 Subject: [PATCH] Add reek engine May as well add reek checks while I'm adding the rubocop engine --- .codeclimate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate b/.codeclimate index 789aa8b..a1233e7 100644 --- a/.codeclimate +++ b/.codeclimate @@ -1,3 +1,5 @@ engines: rubocop: enabled: true + reek: + enabled: true