From 9a6bb4cec3b32d745117290c6a401cf45a333cc0 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 9 Jun 2014 14:59:52 +0000 Subject: [PATCH] Adjust reek excludes --- config/reek.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/reek.yml b/config/reek.yml index 0c2d952d..e0068532 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -89,6 +89,7 @@ TooManyMethods: - Mutant::CLI - Mutant::Mutator::Node - Mutant::Reporter::CLI + - Mutant::Meta::Example::Verification max_methods: 10 TooManyStatements: enabled: true