Skip to content

Commit 7c7c2ff

Browse files
authored
Remove Psalm static analysis (#95)
1 parent 01292d1 commit 7c7c2ff

File tree

4 files changed

+2
-57526
lines changed

4 files changed

+2
-57526
lines changed

.github/workflows/code-quality.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ jobs:
3535
continue-on-error: true
3636
run: |
3737
composer config --no-plugins allow-plugins.phpstan/extension-installer true
38-
composer require --ansi --dev "vimeo/psalm:^5.15" "phpstan/phpstan:>=2" "phpstan/extension-installer:>=1.4" "phpstan/phpstan-phpunit:>=1.4" "squizlabs/php_codesniffer:>=3.7" "phpunit/phpunit:>=10"
38+
composer require --ansi --dev "phpstan/phpstan:>=2" "phpstan/extension-installer:>=1.4" "phpstan/phpstan-phpunit:>=1.4" "squizlabs/php_codesniffer:>=3.7" "phpunit/phpunit:>=10"
3939
4040
- name: "Run static analysis with phpstan/phpstan"
4141
run: "vendor/bin/phpstan"
4242

43-
- name: "Run static analysis with vimeo/psalm"
44-
run: ./vendor/bin/psalm --shepherd
45-
4643
- name: "Run code style check with squizlabs/php_codesniffer"
4744
run: ./vendor/bin/phpcs --runtime-set ignore_warnings_on_exit 1

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Tests](https://github.com/FileEye/MimeMap/actions/workflows/php-unit.yml/badge.svg)](https://github.com/FileEye/MimeMap/actions/workflows/php-unit.yml)
44
[![PHPStan level](https://img.shields.io/badge/PHPStan%20level-max-brightgreen.svg?style=flat)](https://github.com/FileEye/MimeMap/actions/workflows/code-quality.yml)
5-
[![Psalm coverage](https://shepherd.dev/github/FileEye/MimeMap/coverage.svg?)](https://shepherd.dev/github/FileEye/MimeMap)
6-
[![Psalm level](https://shepherd.dev/github/FileEye/MimeMap/level.svg?)](https://psalm.dev/)
75
[![codecov](https://codecov.io/gh/FileEye/MimeMap/branch/master/graph/badge.svg?token=SUAMNKZLEW)](https://codecov.io/gh/FileEye/MimeMap)
86
[![Latest Stable Version](https://poser.pugx.org/fileeye/mimemap/v/stable)](https://packagist.org/packages/fileeye/mimemap)
97
[![Total Downloads](https://poser.pugx.org/fileeye/mimemap/downloads)](https://packagist.org/packages/fileeye/mimemap)
@@ -24,8 +22,7 @@ extensions.
2422
the most authoritative sources available, [Apache's documentation](http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=log)
2523
and the [freedesktop.org project](http://freedesktop.org).
2624
- PHPUnit tested, 100% test coverage
27-
- PHPStan tested, level 9
28-
- Psalm tested
25+
- PHPStan tested, level 10
2926

3027

3128
## Credits

0 commit comments

Comments
 (0)