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

[Fix #10977] Add option to raise cop errors, --raise-cop-error #11001

Merged
merged 2 commits into from Oct 24, 2022

Commits on Oct 20, 2022

  1. [Fix rubocop#10977] Add option to raise cop errors

    There was no option to get granular cop-related error. Previously, we only had :raise_error, which is used to test exceptions internally.
    
    This change adds a user-facing option to raise cop-related errors, while maintaining the internal :raise_error option.
    wildmaples committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b5ea82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b165c59 View commit details
    Browse the repository at this point in the history