-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add new output formatter for checkstyle #204
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 new output formatter for checkstyle #204
Conversation
I updated rector to ^1.0 to fix rector notice at Could you rebase? thank you. |
I have rebased the branch |
Please run:
To apply rector and cs |
Both have been applied, I force-pushed the fixed code |
Thank you @M-arcus 🥳 |
Is a release with this feature planned soon? |
We usually release once a couple weeks. To give time for dev testing and feedback loop before we release it to public. |
@TomasVotruba easy-coding-standard latest release was on february, I think we can have new release |
@M-arcus easy-coding-standard 12.2.0 tagged https://github.com/easy-coding-standard/easy-coding-standard/releases/tag/12.2.0 |
@samsonasik Thank you 😊 |
So glad you changed your mind 🙂 #124 Thanks you for this! |
@nlemoine Thanks 👍 Well done PRs are quite convincing 😆 |
Indeed! 😄 Great work and thank you too @M-arcus 🙂 |
Happy to get the chance to contribute to a repository I use everyday 😃 |
The use case for this are CI checks that add simple and easy to read annotations to GitHub pull requests via cs2pr.
The code is adapted from PHP-CS-Fixer that already possesses this output format.
I have also added a test for this new output format.