-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔎 Add Code Analyzer To ‘utopia-php/analytics’ #4376
🔎 Add Code Analyzer To ‘utopia-php/analytics’ #4376
Comments
Can I be assigned this issue |
@aaheli8 Please consider picking a different type of issue so other contributors can try this one. |
@Meldiron Yes Sure. |
@Meldiron If this issue's available,I would love to work on it.. |
@BabyElias Thanks for your interest! You may work on this issue 🙏 Happy hacking! 🎃 |
Thanks! Will begin working on this right away. |
Created a Pull Request for the issue. Do let me know if I have to implement the workflow and also correct the errors found in PHP Files. |
@BabyElias Yes please, correct all errors found by code analyzer. |
@Meldiron The Analyser found almost 100 errors, I might need help correcting some of them as mentioned in the PR. |
@BabyElias, if it's too difficult to correct, you can try lowering the level a little so it doesn't pick up as many problems. |
Okay. |
Hey! Please review my PR. |
@BabyElias thanks for the PR! 🤯 Please give us some time to review it. |
Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23. |
💭 Introduction
Code analyzer is one of the most valuable tools in the open source world. It not only ensures every high quality of the code but also allows CI/CD to ensure this. A code analyzer can find a potential bug, unexpected null value, or type mismatch. Having a code analyzer set up should be a high priority for every project as it makes the project more stable and bug-proof.
Your task is to update our library utopia-php/analytics and implement a code analyzer. We would like to use PHPStan as our analyzer.
To make this task easy, we created a sample pull request showing what exactly needs to be done to implement the analyzer into the Utopia PHP library: utopia-php/ab#8
🎯 Requirements
✅ Task Summary
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: