From a9766c21b3e70de6867351fc960d48bead0e6589 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 13 Apr 2026 21:49:29 -0400 Subject: [PATCH 1/3] Add rubocop-view_component to resources Co-Authored-By: Claude Sonnet 4.6 --- docs/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources.md b/docs/resources.md index 025f27a0f..81377c39e 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -27,6 +27,7 @@ _Is this page missing a link? Open a PR!_ - [ViewComponent Contrib](https://github.com/palkan/view_component-contrib) - [Lookbook](https://lookbook.build) - [ViewComponentAttributes](https://github.com/Amba-Health/view_component_attributes) +- [rubocop-view_component](https://github.com/andyw8/rubocop-view_component) ## Podcasts From cf1674af46a417fcca5b697e954eaa832798016f Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 13 Apr 2026 21:50:45 -0400 Subject: [PATCH 2/3] Move rubocop-view_component to new Tools section Co-Authored-By: Claude Sonnet 4.6 --- docs/resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/resources.md b/docs/resources.md index 81377c39e..d4b22ee26 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -27,6 +27,9 @@ _Is this page missing a link? Open a PR!_ - [ViewComponent Contrib](https://github.com/palkan/view_component-contrib) - [Lookbook](https://lookbook.build) - [ViewComponentAttributes](https://github.com/Amba-Health/view_component_attributes) + +## Tools + - [rubocop-view_component](https://github.com/andyw8/rubocop-view_component) ## Podcasts From aa0c68b4408165192321fddccb5f2e77b6d8a68f Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 13 Apr 2026 21:54:05 -0400 Subject: [PATCH 3/3] Add CHANGELOG entry for rubocop-view_component resource Co-Authored-By: Claude Sonnet 4.6 --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c917653d3..592c186bf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,10 @@ nav_order: 6 ## main +* Add rubocop-view_component to resources. + + *Andy Waite* + * Fix bug where inheritance of components with formatless templates improperly raised a NoMethodError. *GitHub Copilot*, *Joel Hawksley*, *Cameron Dutro*