Skip to content

Commit

Permalink
due to no answer on vimeo/psalm#11048, I have removed my fork and the…
Browse files Browse the repository at this point in the history
…n decided to not supported anymore the Psalm project
  • Loading branch information
llaville committed Dec 4, 2024
1 parent cbe17bb commit 1124f6e
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,514 deletions.
1 change: 0 additions & 1 deletion .github/linters/phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
- ../../vendor-bin/phplint/
- ../../vendor-bin/phpmd/
- ../../vendor-bin/phpstan/
- ../../vendor-bin/psalm/
- ../../vendor-bin/rector/
- ../../vendor-bin/twigcs-fixer/
services:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ This library may be considered as a producer on `sarif` report format, for these
[phplint]: https://github.com/overtrue/phplint
[phpmd]: https://github.com/phpmd/phpmd
[phpstan]: https://github.com/phpstan/phpstan
[psalm]: https://github.com/vimeo/psalm
[rector]: https://github.com/rectorphp/rector
[twigcs-fixer]: https://github.com/VincentLanglet/Twig-CS-Fixer

Expand All @@ -61,7 +60,6 @@ This library may be considered as a producer on `sarif` report format, for these
| [PHPLint][phplint] | 9.4.x | (✅) ||||| console,json,junit,checkstyle,(sarif) |
| [PHP Mess Detector][phpmd] | 2.15.x |||||| xml,text,html,json,github,gitlab,sarif,checkstyle |
| [PHPStan][phpstan] | 1.11.x | (✅) ||||| table,raw,checkstyle,json,junit,github,gitlab,teamcity,(sarif) |
| [Psalm][psalm] | 5.x |||||| console,checkstyle,json,junit,github,codeclimate,pylint,sonarqube,sarif |
| [Rector][rector] | 1.x |||||| console,json |
| [Twig-CS-Fixer][twigcs-fixer] | 3.0.x |||||| null,text,checkstyle,junit,github |

Expand Down
1 change: 0 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"vendor-bin/phplint",
"vendor-bin/phpmd",
"vendor-bin/phpstan",
"vendor-bin/psalm",
"vendor-bin/twigcs-fixer"
]
}
Expand Down
1 change: 0 additions & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"vendor-bin/phplint",
"vendor-bin/phpmd",
"vendor-bin/phpstan",
"vendor-bin/psalm",
"vendor-bin/twigcs-fixer"
]
}
Expand Down
242 changes: 0 additions & 242 deletions docs/assets/images/converter-psalm.graphviz.svg

This file was deleted.

2 changes: 0 additions & 2 deletions docs/converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| PHPLint [official website][phplint] | [phplint](phplint.md) | optional ||
| PHP Mess Detector [official website][phpmd] | [phpmd](phpmd.md) | required ||
| PHPStan [official website][phpstan] | [phpstan](phpstan.md) | optional ||
| Psalm [official website][psalm] | [psalm](psalm.md) | required ||
| Rector [official website][rector] | [rector](rector.md) | optional ||
| Twig-CS-Fixer [official website][twigcs-fixer] | [twigcs-fixer](twigcs-fixer.md) | optional ||

Expand All @@ -26,6 +25,5 @@
[phplint]: https://github.com/overtrue/phplint
[phpmd]: https://github.com/phpmd/phpmd
[phpstan]: https://github.com/phpstan/phpstan
[psalm]: https://github.com/vimeo/psalm
[rector]: https://github.com/rectorphp/rector
[twigcs-fixer]: https://github.com/VincentLanglet/Twig-CS-Fixer
106 changes: 0 additions & 106 deletions docs/converter/psalm.md

This file was deleted.

Loading

0 comments on commit 1124f6e

Please sign in to comment.