Create Phan / PHPSTAN extension to replace occ app:check-code
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 16
- Forks
- 16
- Avg merge
- 11h 11m
- Merged PRs (30d)
- 1
Description
The code-checker inside ownCloud has been useful in the past. Instead of however needing to maintain (and ship it as supportable code), lets move the functionality to a static code analyzer like phan or phpstan
Code in question:
https://github.com/owncloud/core/tree/master/lib/private/App/CodeChecker
cc @PVince81 @DeepDiver1975
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing implementation in lib/private/App/CodeChecker and compare its behavior with the proposed Phan or PHPStan extension. Identify which app:check-code functionality must be preserved and how the replacement would be integrated. Done means the existing checker functionality is covered by a maintainable static-analysis extension and the old code can be removed or replaced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100