Skip to content
Discussion options

You must be logged in to vote

Despite all these steps, the displayed language stats remain incorrect. This appears to be an indexing or caching issue on GitHub's side.

Nope. Your .gitattributes isn't considering what is actually being detected as Roff:

Roff:
ch08/dataset/1.5M
ch08/dataset/2.5M

These two files (actually three but the 4.0M file is so big it's not analysed at all) are massive and are having a significant impact on the stats:

$ ls -lh mGo4th/ch08/dataset/
total 43128
-rw-r--r--@ 1 lildude  staff   3.9M 30 Jun 11:52 1.5M
-rw-r--r--@ 1 lildude  staff   6.6M 30 Jun 11:52 2.5M
-rw-r--r--@ 1 lildude  staff    11M 30 Jun 11:52 4.0M
$

You probably want to mark these files as vendored, or generated, or as not d…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mactsouk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7473 on June 30, 2025 10:59.