You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/cache 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
💭 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/cache 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
✅ 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: