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

More Output Formats #245

Open
steffenf14 opened this issue Jan 17, 2023 · 4 comments
Open

More Output Formats #245

steffenf14 opened this issue Jan 17, 2023 · 4 comments

Comments

@steffenf14
Copy link

Hi,
are there plans to add more output formats like junit?
My goal is to have a better integration in gitlab pipelines for example.
I have seen such implementations in deptrac or php codesniffer

@mstruebing
Copy link
Member

I did not plan it yet.
If someone is willing to provide a PR I will sure have a look at it and merge it if it's good.

@jerone
Copy link

jerone commented Feb 25, 2024

Issue #317 requests an output for GitHub Actions.

@jerone
Copy link

jerone commented Feb 25, 2024

Besides the mentioned formats (junit & GitHub Actions), I would like to ask for API to define custom formats myself.

I'm working in a project with multiple linters and I'm writing custom formatters/outputs/reporters for them to return an constant output logging.
So far I was able to write reporters for CSpell & ESLint.

@KaffeMyers
Copy link

I think the format that is used by flake8 (and a lot of other linters) should be one of the standard options, as it is an established output standard used by several linters and is easy to parse:

$ flake8
./job-generator.py:1:5: E116 unexpected indentation (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants