Skip to content

Commit

Permalink
Drop Psalm
Browse files Browse the repository at this point in the history
As per the decision we took during the hackathon.
  • Loading branch information
greg0ire committed Nov 30, 2024
1 parent dfbaa3c commit 1c70d9f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
/tests export-ignore
/test_fixtures export-ignore
/phpstan.neon export-ignore
/psalm.xml export-ignore
4 changes: 1 addition & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- composer.*
- lib/**
- phpstan*
- psalm*
- test_fixtures/**
- tests/**
push:
Expand All @@ -20,11 +19,10 @@ on:
- composer.*
- lib/**
- phpstan*
- psalm*
- test_fixtures/**
- tests/**

jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.0.0"
uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0"
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
"psr/log": "^1 || ^2 || ^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
Expand Down
31 changes: 0 additions & 31 deletions psalm.xml

This file was deleted.

0 comments on commit 1c70d9f

Please sign in to comment.