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

Add support for Pronto Ruby linter #4850

Open
alexmclean opened this issue Nov 10, 2023 · 2 comments
Open

Add support for Pronto Ruby linter #4850

alexmclean opened this issue Nov 10, 2023 · 2 comments
Labels
enhancement New feature or request O: backlog 🤖 Backlog, stale ignores this label

Comments

@alexmclean
Copy link

Is your feature request related to a problem? Please describe.
It appears that super-linter does not support linting only lines that have changed and has no plans to per this issue: #219

But this is something that we have really found useful working with a large legacy codebase that we can fix incrementally, and it is fully supported with Rubocop if you use Pronto: https://github.com/prontolabs/pronto

Describe the solution you'd like
Would you consider supporting Pronto within super-linter? My understanding is that it can be used for running Rubocop or Flay, but Rubocop is the one that is already supported by super-linter.

@alexmclean alexmclean added the enhancement New feature or request label Nov 10, 2023
@zkoppert
Copy link
Contributor

Yeah, that sounds reasonable to me that we could support linting only diffed lines in in Ruby. I imagine that would need to be a configuration option though.

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Dec 16, 2023
@ferrarimarco ferrarimarco added O: backlog 🤖 Backlog, stale ignores this label and removed O: stale 🤖 Stale issue/pr labels Dec 16, 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 O: backlog 🤖 Backlog, stale ignores this label
Projects
None yet
Development

No branches or pull requests

3 participants