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 --editor-mode CLI option #12682

Merged
merged 1 commit into from Feb 12, 2024
Merged

Commits on Feb 11, 2024

  1. Add --editor-mode CLI option

    Follow up rubocop#12657 (comment).
    
    This PR adds `--editor-mode` CLI option, which optimize real-time feedback in editors,
    adjusting behaviors for editing experience.
    
    Editors that run RuboCop directly (e.g., by shelling out) encounter the same issues as with `--lsp`.
    This option is designed for such editors.
    koic committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8c94bf3 View commit details
    Browse the repository at this point in the history