Skip to content

Complete RuboCop style guide links#454

Merged
issyl0 merged 1 commit into
github:mainfrom
oiahoon:docs/complete-style-guide-links
Jul 14, 2026
Merged

Complete RuboCop style guide links#454
issyl0 merged 1 commit into
github:mainfrom
oiahoon:docs/complete-style-guide-links

Conversation

@oiahoon

@oiahoon oiahoon commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update outdated or mismatched RuboCop rule references in the style guide
  • add the remaining local StyleGuide links to the corresponding current cop configuration

Why

Several guide rules either lacked local metadata in config/default.yml or still referenced cops that have since been renamed. Completing the mapping makes RuboCop's cop details point users back to the matching project guidance without changing any cop behavior.

Fixes #133.

Validation

  • focused guide/config mapping check: 60 mappings, 55 unique cops, 0 missing
  • bundle exec rake test (123 runs, 177 assertions)
  • bundle exec rubocop (31 files, no offenses)
  • bundle exec rake
  • git diff --check

@oiahoon oiahoon requested a review from a team as a code owner July 13, 2026 18:13

@issyl0 issyl0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you! 🤩

@issyl0 issyl0 merged commit f940940 into github:main Jul 14, 2026
6 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.

Add deep links into the styleguide for each cop in config/default.yml

2 participants