You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Hi! I'm seeing what looks like a language-detection / inclusion bug: Codetabs appears not to count Ruby files in the LOC totals.
Example
However, other LOC tooling reports a much larger codebase:
https://ghloc.vercel.app/Homebrew/brew?branch=main
Why this seems wrong
A single Ruby file in the Homebrew/brew repo is 349 LOC, which is already higher than Codetabs' entire reported total (176 LOC):
Expected behavior
Codetabs' LOC totals should include Ruby sources (and/or clearly indicate if certain languages/paths are intentionally excluded).
Actual behavior
Ruby-heavy repos (like Homebrew/brew) report extremely low totals, suggesting Ruby files are not being counted.
Questions