Closed
Description
💠Introduction
Linter is one of the most valuable tools in the open source world. It not only ensures every developer contributes the code with the same style but also allows CI/CD to ensure this. Having a linter set up should be a high priority for every project as it makes source code more readable for future contributors.
Your task is to update our library utopia-php/system and implement a code linter. We would like to use Pint as our linter.
To make this task easy, we created a sample pull request showing what exactly needs to be done to implement a linter into the Utopia PHP library: utopia-php/ab#7
🎯 Requirements
- Experience with GitHub Actions.
- Experience with Composer.
- Experience with PHP.
✅ Task Summary
- Ask to be assigned to the issue.
- Wait to be assigned.
- Implement code linter in utopia-php/system (use Feat: Implement linter utopia-php/ab#7 as template)
- Submit a pull request in utopia-php/system.
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!