From b292132c91000f4d9838255ce39157827d3e14a7 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 16 May 2015 23:40:57 +0000 Subject: [PATCH] Whitelist utility method in reek --- config/reek.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/reek.yml b/config/reek.yml index a928b9e5..2afda961 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -132,4 +132,5 @@ UtilityFunction: - Mutant::Meta::Example::Verification#format_mutation - Mutant::Reporter::CLI::Format::Progressive#new_buffer - Mutant::Reporter::CLI::Printer::StatusProgressive#object # False positive calls super + - Mutant::Integration::Rspec#parse_expression # intentional, private max_helper_calls: 0