Skip to content

Wrong language detection in Zelta repo #5804

Discussion options

You must be logged in to vote

The breakdown of your repo as Linguist sees it:

$ github-linguist Zelta/ --breakdown
55.67%  8895       Inno Setup
44.33%  7082       C#

Inno Setup:
Zelta-Installer.iss   <--- From above we can see this file alone is 8895 bytes vs 7082 for all your C#

C#:
Zelta/Form1.cs
Zelta/Program.cs
Zelta/Properties/AssemblyInfo.cs
Zelta/Settings.cs
Zelta/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs

$

As you can see, it has only detected the one very large Inno Setup file and your C# files.

Why? Most of your files, like the C++ files you mentioned, are supplied as part of NuGet packages which are third-party packages which Linguist considered as vendored third-party code and thus ig…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Andrej123456789
Comment options

@lildude
Comment options

@Andrej123456789
Comment options

@whitemike889
Comment options

Answer selected by Andrej123456789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants