diff --git a/config/flay.yml b/config/flay.yml index 211bb246..fbd280ca 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 18 -total_score: 743 +total_score: 748 diff --git a/config/reek.yml b/config/reek.yml index f30be49c..be8e92c2 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -73,6 +73,7 @@ TooManyMethods: enabled: true exclude: - Mutant::CLI + - Mutant::Mutator::Node - Mutant::Reporter::CLI max_methods: 10 TooManyStatements: