From 991f7659d08222efd9059d823adb001d05f3beac Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 1 Apr 2022 14:24:24 -0400 Subject: [PATCH] [minor] remove scrutinizer --- .scrutinizer.yml | 10 ---------- README.md | 1 - 2 files changed, 11 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 618f98d..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,10 +0,0 @@ -filter: - dependency_paths: [vendor/] -checks: - php: true -build: - nodes: - analysis: - tests: - override: - - php-scrutinizer-run diff --git a/README.md b/README.md index c362700..2d90520 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # zenstruck/console-test [![CI Status](https://github.com/zenstruck/console-test/workflows/CI/badge.svg)](https://github.com/zenstruck/console-test/actions?query=workflow%3ACI) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zenstruck/console-test/badges/quality-score.png?b=1.x)](https://scrutinizer-ci.com/g/zenstruck/console-test/?branch=1.x) [![codecov](https://codecov.io/gh/zenstruck/console-test/branch/1.x/graph/badge.svg?token=KPQNKYGYRR)](https://codecov.io/gh/zenstruck/console-test) Alternative, opinionated helper for testing Symfony console commands. This package is an alternative to