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

[Doc] Remove missing style guide link from Rails/DefaultScope #1136

Conversation

masato-bkn
Copy link
Contributor

@masato-bkn masato-bkn commented Sep 30, 2023

This PR removes the style guide link from Rails/DefaultScope because the URL is missing.
The style guide section was not merged in rubocop/rails-style-guide#267.


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • 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.
  • Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.
  • [X] 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.
  • [ ] If this is a new cop, consider making a corresponding update to the Rails Style Guide.

@masato-bkn masato-bkn force-pushed the remove_style_guide_link_from_rails_default_scope branch from 672cc6b to d7e7be5 Compare September 30, 2023 04:12
@masato-bkn masato-bkn marked this pull request as ready for review September 30, 2023 04:14
@@ -0,0 +1 @@
* [#1136](https://github.com/rubocop/rubocop-rails/pull/1136): Remove missing style guide link from `Rails/DefaultScope`. ([@masato-bkn][])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this changelog entry? Because this change doesn't impact users.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the review. I've addressed it.

@masato-bkn masato-bkn force-pushed the remove_style_guide_link_from_rails_default_scope branch from d7e7be5 to 27dd7e6 Compare October 2, 2023 08:22
@koic koic merged commit 5787225 into rubocop:master Oct 3, 2023
4 checks passed
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