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

Allow for Gemfile.local #595

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Conversation

pirj
Copy link
Member

@pirj pirj commented Dec 8, 2021

This allows adding dev gems e.g. pry-byebug without keeping a dirty Gemfile.

It's done in RuboCop itself https://github.com/rubocop/rubocop/blob/e919a8c216731fadf12c50d2658f9a67a30c5cc7/Gemfile#L29

Luckily enough, Gemfile.local is already in .gitignore, so this wasn't needed


Before submitting the PR make sure the following are checked:

  • Wrote good commit messages.
  • [-] Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • [-] Added tests.
  • [-] Added an entry (file) to the changelog folder named {change_type}_{change_description}.md if the new code introduces user-observable changes. See changelog entry format for details.
  • The PR relates to only one subject with a clear title
    and description in grammatically correct, complete sentences.
  • Run bundle exec rake default. It executes all tests and RuboCop for itself, and generates the documentation.
  • [-] If this is a new cop, consider making a corresponding update to the Rails Style Guide.

@koic koic merged commit 5eb31b4 into rubocop:master Dec 8, 2021
@koic
Copy link
Member

koic commented Dec 8, 2021

Thanks!

@pirj pirj deleted the introduce-gemfile-local branch December 8, 2021 16:41
koic added a commit to rubocop/rubocop-performance that referenced this pull request Dec 11, 2021
koic added a commit to rubocop/rubocop-minitest that referenced this pull request Dec 17, 2021
patrickm53 pushed a commit to patrickm53/performance-develop-rubyonrails that referenced this pull request Sep 23, 2022
richardstewart0213 added a commit to richardstewart0213/performance-build-Performance-optimization-analysis- that referenced this pull request Nov 4, 2022
Cute0110 added a commit to Cute0110/Rubocop-Performance that referenced this pull request Sep 28, 2023
SerhiiMisiura added a commit to SerhiiMisiura/Rubocop-Performance that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants