super-linter / super-linter

Combination of multiple linters to run as a GitHub Action or standalone
https://github.com/super-linter/super-linter
MIT License
9.55k stars 974 forks source link

Create issues for found errors #6268

Closed NormanTUD closed 1 month ago

NormanTUD commented 2 months ago

Is there an existing issue for this?

Current Behavior

I have not found anything here yet. Love the plugin. But is it possible somehow to, for each error found in the files, open an issue and report the lines in there, and close it if it's fixed, like todo-to-issue. I'd love that!

Anything else?

No response

ferrarimarco commented 1 month ago

Hi!

This is out of scope for this project. You might be able to implement something like this with other actions or by implementing your own script. Example: https://github.com/super-linter/super-linter/blob/7b76efbd69ef471b83d5273d4b5d8b3cbd8e5e3f/.github/workflows/cd.yml#L244-L258