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/abuse 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
Hi @Meldiron, I have a small issue while pushing my branch to the origin. The error is as follows:
zettabyte-X541UAK:~/Desktop/abuse$ git push origin feat-code-formatter
remote: Permission to utopia-php/abuse.git denied to PMohanJ.
fatal: unable to access 'https://github.com/utopia-php/abuse.git/': The requested URL returned error: 403
Would you mind helping a bit; mean while I'll also try to figure out something.
Hi @Meldiron, I have a small issue while pushing my branch to the origin.
@PMohanJ, yes, you won't be able to push to a repo you don't own. The typical flow for collaborators is to fork a repo and then submit a pull request. For more info on forking, you can refer to GitHub's docs.
💭 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/abuse 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: