<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv" -->

---
title: RuboCop 1.89: Project-Wide Analysis with Rubydex | daily.dev
description: RuboCop 1.89 introduces project-wide analysis via optional integration with rubydex, a Shopify library that builds a cross-file index of Ruby code. Previously...
canonical: https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: RuboCop 1.89: Project-Wide Analysis with Rubydex | daily.dev
og:description: RuboCop 1.89 introduces project-wide analysis via optional integration with rubydex, a Shopify library that builds a cross-file index of Ruby code. Previously...
og:url: https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv
og:image: https://api.daily.dev/og/posts/Fu4gFzxWV.png
og:image:alt: RuboCop 1.89: Project-Wide Analysis with Rubydex
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Meta Redux](https://daily.dev/sources/metaredux)

[Read post](https://api.daily.dev/r/Fu4gFzxWV)

# [RuboCop 1.89: Project-Wide Analysis with Rubydex](https://api.daily.dev/r/Fu4gFzxWV "Go to post")

RuboCop 1.89 introduces project-wide analysis via optional integration with rubydex, a Shopify library that builds a cross-file index of Ruby code. Previously limited to single-file analysis, RuboCop can now detect typos in constant/method names across files (Lint/NameTypo), flag deprecated API usage project-wide (Lint/DeprecatedReference), find unused private methods (Lint/UnusedPrivateMethod), and catch duplicate methods or constant reassignments across different files. Existing cops like Lint/MissingSuper and Lint/ConstantResolution also become significantly less noisy with full ancestry resolution. Rubydex is opt-in, requiring two config changes, and falls back gracefully if not installed. A new option to index gem sources raises ancestry resolution from \~20% to \~97% of classes.

[#ruby](/tags/ruby "Check all #ruby posts")

Aug 05•8m read time•From [metaredux.com](https://api.daily.dev/r/Fu4gFzxWV "metaredux.com")

[![Post cover image](https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop)](https://api.daily.dev/r/Fu4gFzxWV "Go to post")

Table of contents

[The single-file curse (limitation)](https://api.daily.dev/r/Fu4gFzxWV?a=the-single-file-curse-limitation "The single-file curse (limitation)")[Enter rubydex](https://api.daily.dev/r/Fu4gFzxWV?a=enter-rubydex "Enter rubydex")[What the index unlocks in 1.89](https://api.daily.dev/r/Fu4gFzxWV?a=what-the-index-unlocks-in-189 "What the index unlocks in 1.89")[Still early days](https://api.daily.dev/r/Fu4gFzxWV?a=still-early-days "Still early days")

425 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Meta Redux's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343)](https://daily.dev/sources/metaredux)

[Meta Redux](https://daily.dev/sources/metaredux "https://daily.dev/sources/metaredux")

MetaRedux provides tutorials, guides, and resources for learning and mastering Redux, a state manage... Read more

3 Followers

•

18 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"RuboCop 1.89: Project-Wide Analysis with Rubydex","url":"https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv"},"datePublished":"2026-08-05T17:14:57.242Z","dateModified":"2026-08-05T17:25:28.237Z","description":"RuboCop 1.89 introduces project-wide analysis via optional integration with rubydex, a Shopify library that builds a cross-file index of Ruby code. Previously...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Meta Redux","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Meta Redux","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343","url":"https://daily.dev/sources/metaredux"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/rubocop-1-89-project-wide-analysis-with-rubydex-fu4gfzxwv","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ruby","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Meta Redux","item":"https://daily.dev/sources/metaredux"},{"@type":"ListItem","position":3,"name":"RuboCop 1.89: Project-Wide Analysis with Rubydex"}]}
```

