Skip to content

Commit

Permalink
Suppression de l'outil d'analyse Psalm
Browse files Browse the repository at this point in the history
L'outil d'analyse Psalm a été supprimé de notre configuration. Cette action inclut la suppression des fichiers de configuration psalm.dist.xml et psalm.xml, ainsi que la suppression de la dépendance vimeo/psalm dans le fichier composer.json. Les références à Psalm ont également été retirés du fichier README.md.
  • Loading branch information
roukmoute committed Jun 4, 2024
1 parent bd5c238 commit 25b5e0d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 39 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Avec Qualytou, bénéficiez d'une panoplie d'analyses pour un code au top :
- [PHP Coding Standards Fixer (PHP CS Fixer)](https://cs.symfony.com/)
- [PHPMD - PHP Mess Detector](https://phpmd.org/)
- [PHPStan - PHP Static Analysis Tool](https://phpstan.org/)
- [Psalm](https://psalm.dev/)

## 🛠 Utilisation

Expand All @@ -53,7 +52,6 @@ nous recommandons de le faire directement dans les fichiers de configuration :

- [PHPMD](https://phpmd.org/documentation/suppress-warnings.html)
- [PHPStan](https://phpstan.org/user-guide/ignoring-errors#ignoring-in-configuration-file)
- [Psalm](https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#config-suppression)

Ignorer les avertissements dans les fichiers de configuration vous permet de maintenir un code
propre sans y intégrer des spécificités liées aux outils d'analyse.
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"symfony/filesystem": "^6.4",
"vimeo/psalm": "dev-master"
"symfony/filesystem": "^6.4"
},
"require-dev": {
"composer/composer": "^2.0",
Expand Down
1 change: 0 additions & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ grumphp:
phpstan:
configuration: './phpstan.neon'
use_grumphp_paths: false
psalm: ~
19 changes: 0 additions & 19 deletions psalm.dist.xml

This file was deleted.

15 changes: 0 additions & 15 deletions psalm.xml

This file was deleted.

0 comments on commit 25b5e0d

Please sign in to comment.