From a88244dbebe7b88fb0196d3189a9cc6f1c36983b Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 1 Dec 2018 22:48:59 +0000 Subject: [PATCH] Remove flay and flog * The ruby parser they use does not support 2.5 syntax in full so we get lots of flip flop values when triggering or untriggering blindness in these tools. * This noise reduces their value significantly. --- .circleci/config.yml | 2 -- config/flay.yml | 3 --- config/flog.yml | 2 -- 3 files changed, 7 deletions(-) delete mode 100644 config/flay.yml delete mode 100644 config/flog.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d5bf15f..589860c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,8 +35,6 @@ jobs: - run: bundle install - run: bundle exec rake metrics:rubocop - run: bundle exec rake metrics:reek - - run: bundle exec rake metrics:flay - - run: bundle exec rake metrics:flog mutant: <<: *defaults steps: diff --git a/config/flay.yml b/config/flay.yml deleted file mode 100644 index 0048c39b..00000000 --- a/config/flay.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -threshold: 16 -total_score: 1395 diff --git a/config/flog.yml b/config/flog.yml deleted file mode 100644 index 2c02e555..00000000 --- a/config/flog.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -threshold: 27.7