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 Bundler/GemComment offense detection with restrictive_version_specifiers #10149

Merged
merged 1 commit into from Oct 7, 2021

Commits on Oct 1, 2021

  1. Fix Bundler/GemComment with restrictive_version_specifiers

    If GemComment OnlyFor option was set to restrictive_version_specifiers,
    the cop would not detect an offense if either:
    - there was a leading space on the restrictive version argument
    - the version was frozen
    Drowze committed Oct 1, 2021
    Copy the full SHA
    babdd6a View commit details
    Browse the repository at this point in the history