Skip to content
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

Implement custom reporter class #1

Open
JaZo opened this issue Dec 27, 2023 · 0 comments
Open

Implement custom reporter class #1

JaZo opened this issue Dec 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JaZo
Copy link
Member

JaZo commented Dec 27, 2023

Detailed description

The current implementation is based on parsing the GitLab format. It would be better if we would implement our own reporter class.

Context

PHP CS Fixer doesn't support custom reporters (see PHP-CS-Fixer/PHP-CS-Fixer#5534).

Possible implementation

Implement our own reporter class to directly push annotations to Bitbucket without piping. This would allow us to also report the violations using the built-in (default) text reporter, so you have both text output and a Bitbucket report.

@JaZo JaZo added the enhancement New feature or request label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant