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

Report #12

Open
pieter-pon opened this issue Nov 11, 2022 · 0 comments
Open

Report #12

pieter-pon opened this issue Nov 11, 2022 · 0 comments
Assignees

Comments

@pieter-pon
Copy link

Every repository has now a report tool to generate a report for e.g. Sonarcloud
"lint:report": "ponstandard src | standard-reporter --json > report.json",
This report cannot be used in sonarcloud, so we have to find a solution.
Another way is:
"lint:report": "eslint src/* --format json --output-file ./report.json",

There are also a lot of repository's that need an update for this fix.
And now all repository's has their own report tool.
It would be better to move the report to this package.

How to update a repository?
We can e.g. create a bash script, that changes the package.json (change the report script (lint:report) upgrade the ponstandard package) and maybe do e.g. a commit.

@pieter-pon pieter-pon self-assigned this Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant