From c0aeba3681c8b925f59de30d6c15e107d3db6dc1 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 22 Dec 2014 10:26:05 +0000 Subject: [PATCH] Adjust reek config --- config/reek.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/config/reek.yml b/config/reek.yml index 9d01d833..69d1e173 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -23,18 +23,7 @@ DuplicateMethodCall: max_calls: 1 allow_calls: [] FeatureEnvy: - enabled: true - exclude: - - Mutant::Env#scope_name - - Mutant::Diff#minimized_hunks - - Mutant::Integration::Rspec#parse_example - - Mutant::Matcher::Method::Instance#match? - - Mutant::Matcher::Method::Singleton#receiver? - - Mutant::Mutator::Node#children_indices - - Mutant::Meta::Example::Verification#format_mutation # False positive, its a utility - - Mutant::Reporter::CLI#subject_results - - Mutant::Parallel::Worker#handle - - Mutant::Subject#source_lines + enabled: false IrresponsibleModule: enabled: true exclude: [] @@ -93,6 +82,7 @@ TooManyStatements: - Mutant::Reporter::CLI::Printer::Config#run - Mutant::Zombifier::File#self.find - Mutant::CLI#add_environment_options + - Mutant::CLI#add_debug_options - Mutant::Runner#run_driver max_statements: 7 UncommunicativeMethodName: