From 332d6adcc0020bfa7781f19559a9cd7423721ca9 Mon Sep 17 00:00:00 2001 From: timonf <546813+timonf@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:16:14 +0200 Subject: [PATCH] build: remove Scrutinizer optimize phpstan file update build badges --- .github/workflows/test.yml | 2 +- .scrutinizer.yml | 6 ------ README.md | 5 +---- composer.json | 2 +- phpstan.neon | 2 +- 5 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1ffe65..3de4384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 03 * * 1' # At 03:00 on Monday. + - cron: '0 03 * * 1' # At 03:00 on Monday. jobs: tests: diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index da18520..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,6 +0,0 @@ -inherit: true -imports: - - php -tools: - external_code_coverage: - timeout: 600 # Timeout in seconds. diff --git a/README.md b/README.md index e2fcc26..d0bc9da 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ Transcoder Library ================== -[![Build Status](https://travis-ci.org/brainbits/transcoder.png?branch=master)](https://travis-ci.org/brainbits/transcoder) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/brainbits/transcoder/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/brainbits/transcoder/?branch=master) -[![Scrutinizer Code Coverage](https://scrutinizer-ci.com/g/brainbits/transcoder/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/brainbits/transcoder/?branch=master) [![Latest Stable Version](https://poser.pugx.org/brainbits/transcoder/v/stable.svg)](https://packagist.org/packages/brainbits/transcoder) [![Total Downloads](https://poser.pugx.org/brainbits/transcoder/downloads.svg)](https://packagist.org/packages/brainbits/transcoder) -[![Dependency Status](https://www.versioneye.com/php/brainbits:transcoder/master/badge.svg)](https://www.versioneye.com/php/brainbits:transcoder/master) +[![Tests](https://github.com/brainbits/transcoder/actions/workflows/test.yml/badge.svg)](https://github.com/brainbits/transcoder/actions) The Transcoder Library provides methods to transcode data. diff --git a/composer.json b/composer.json index ed2d758..9795fec 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.0-dev" } } } diff --git a/phpstan.neon b/phpstan.neon index 0a114ff..1105443 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,6 @@ parameters: checkMissingIterableValueType: false - level: 8 + level: max paths: - src bootstrapFiles: