From 72203b9fa645bc94d5fffeb13dbc0fbec8f239cc Mon Sep 17 00:00:00 2001 From: AntonyThorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Wed, 24 May 2023 20:51:48 +1200 Subject: [PATCH] update 5 --- .scrutinizer.yml | 18 ------------------ README.md | 1 - 2 files changed, 19 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index d3eb1b4..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,18 +0,0 @@ -inherit: true - -build: - environment: - php: - version: '^8.2.0' - nodes: - analysis: - tests: - override: [php-scrutinizer-run] - -checks: - php: - code_rating: true - duplication: true - -filter: - paths: [src/*, tests/*] diff --git a/README.md b/README.md index 79f0b1a..702e425 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ A SilverStripe BulkLoader for consuming external APIs [![CI](https://github.com/AntonyThorpe/consumer/actions/workflows/ci.yml/badge.svg)](https://github.com/AntonyThorpe/consumer/actions/workflows/ci.yml) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/antonythorpe/consumer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/antonythorpe/consumer/?branch=master) [![Latest Stable Version](https://poser.pugx.org/antonythorpe/consumer/v/stable)](https://packagist.org/packages/antonythorpe/consumer) [![Total Downloads](https://poser.pugx.org/antonythorpe/consumer/downloads)](https://packagist.org/packages/antonythorpe/consumer) [![Latest Unstable Version](https://poser.pugx.org/antonythorpe/consumer/v/unstable)](https://packagist.org/packages/antonythorpe/consumer)