-
Notifications
You must be signed in to change notification settings - Fork 0
chore: install Laravel Pint and add configuration #17
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
Conversation
Pull Request Test Coverage Report for Build 19061355388Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR installs Laravel Pint code formatter and applies its formatting changes to the codebase. The changes include adding Pint configuration, updating the CI workflow to run code formatting, and applying Pint's formatting rules to existing PHP files.
- Adds Laravel Pint as a development dependency with custom configuration
- Updates CI workflow to include code formatting step
- Applies Pint formatting to existing PHP files (import reordering, spacing adjustments)
Reviewed Changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| composer.json | Adds Laravel Pint dependency |
| pint.json | Configures Pint formatting rules |
| .github/workflows/run-tests-with-coverage.yml | Adds Pint formatting step to CI |
| .gitattributes | Excludes Pint config from exports |
| README.md | Adds basic project documentation |
| Multiple PHP files | Applies Pint formatting (import reordering, spacing) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@artengin please resolve conflicts |
Refs: #15