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 #9580] Add New Cop to Enforce Bundler Gem filename #9903

Merged
merged 4 commits into from Aug 26, 2021

Commits on Aug 22, 2021

  1. [Fix rubocop#9580] Add New Cop to Enforce Bundler Gem filename

    Add a new cop which enforces which bundler gem filename to use. By default, enforces Gemfile and its related Gemfile.lock file. Alternatively, setting RequiresGemfile to false enforces gems.rb and its related gems.locked file.
    gregfletch committed Aug 22, 2021
    Copy the full SHA
    96cb9c5 View commit details
    Browse the repository at this point in the history
  2. Address reviewer feedback

    gregfletch committed Aug 22, 2021
    Copy the full SHA
    b14a509 View commit details
    Browse the repository at this point in the history
  3. Address reviewer feedback

    gregfletch committed Aug 22, 2021
    Copy the full SHA
    da414c4 View commit details
    Browse the repository at this point in the history
  4. Address reviewer feedback to limit what is scanned for the cop and ap…

    …ply to non-root gem files
    gregfletch committed Aug 22, 2021
    Copy the full SHA
    591b96b View commit details
    Browse the repository at this point in the history