Skip to content

Commit 332d6ad

Browse files
committed
build: remove Scrutinizer
optimize phpstan file update build badges
1 parent 804cc71 commit 332d6ad

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 03 * * 1' # At 03:00 on Monday.
7+
- cron: '0 03 * * 1' # At 03:00 on Monday.
88

99
jobs:
1010
tests:

.scrutinizer.yml

-6
This file was deleted.

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
Transcoder Library
22
==================
33

4-
[![Build Status](https://travis-ci.org/brainbits/transcoder.png?branch=master)](https://travis-ci.org/brainbits/transcoder)
5-
[![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)
6-
[![Scrutinizer Code Coverage](https://scrutinizer-ci.com/g/brainbits/transcoder/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/brainbits/transcoder/?branch=master)
74
[![Latest Stable Version](https://poser.pugx.org/brainbits/transcoder/v/stable.svg)](https://packagist.org/packages/brainbits/transcoder)
85
[![Total Downloads](https://poser.pugx.org/brainbits/transcoder/downloads.svg)](https://packagist.org/packages/brainbits/transcoder)
9-
[![Dependency Status](https://www.versioneye.com/php/brainbits:transcoder/master/badge.svg)](https://www.versioneye.com/php/brainbits:transcoder/master)
6+
[![Tests](https://github.com/brainbits/transcoder/actions/workflows/test.yml/badge.svg)](https://github.com/brainbits/transcoder/actions)
107

118
The Transcoder Library provides methods to transcode data.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "3.0-dev"
42+
"dev-master": "4.0-dev"
4343
}
4444
}
4545
}

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
checkMissingIterableValueType: false
3-
level: 8
3+
level: max
44
paths:
55
- src
66
bootstrapFiles:

0 commit comments

Comments
 (0)