From c8eeaaf4982ef978ad34dd21049971905a832c79 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Sun, 15 Dec 2024 18:28:47 +0100 Subject: [PATCH] Remove Scrutinizer --- .scrutinizer.yml | 25 ------------------------- README.md | 1 - 2 files changed, 26 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 06289dd..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,25 +0,0 @@ -# language: php -build: - environment: - php: 8.1 - dependencies: - before: - override: - - 'composer install --no-interaction --no-scripts --prefer-dist' - tests: - override: - - phpcs-run --standard=phpcs.xml.dist - nodes: - tests: true - analysis: - tests: - override: - - php-scrutinizer-run -filter: - excluded_paths: - - "MO4/Tests/*/*.inc" - - "integrationtests/*" - dependency_paths: - - "vendor/" -checks: - php: true diff --git a/README.md b/README.md index 1f6f40e..b45e51e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Provides a PHP CodeSniffer ruleset for the MO4 coding standard [![Build Status](/~https://github.com/mayflower/mo4-coding-standard/actions/workflows/ci.yml/badge.svg)](/~https://github.com/mayflower/mo4-coding-standard/actions) [![Code Coverage](https://codecov.io/gh/mayflower/mo4-coding-standard/branch/master/graph/badge.svg)](https://codecov.io/gh/mayflower/mo4-coding-standard/branch/master/) -[![Scrutinizer Quality Level](https://scrutinizer-ci.com/g/mayflower/mo4-coding-standard/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mayflower/mo4-coding-standard) [![Codeclimate Maintainability](https://api.codeclimate.com/v1/badges/16114548a0315d993868/maintainability)](https://codeclimate.com/github/mayflower/mo4-coding-standard/maintainability) [![SonarQube Maintainability](https://sonarcloud.io/api/project_badges/measure?project=mayflower_mo4-coding-standard&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=mayflower_mo4-coding-standard)