From 4d41f0ef14df6d2477ebb3b861d33fd2909d9836 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 4 Oct 2017 01:56:05 +0300 Subject: [PATCH] Disable reek IrresponsibleModule check #600 --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 871a1abe5..03f849185 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -29,6 +29,9 @@ engines: enabled: true reek: enabled: true + checks: + IrresponsibleModule: + enabled: false ratings: paths: - Gemfile.lock