|
|
|
|
|
by jperkin
4480 days ago
|
|
Their language detection is indeed terrible. I have a repository (https://github.com/jperkin/pilights) which is entirely composed of shell scripts and a single markdown README. GitHub's analysis? Perl 83.5% Shell 16.5%
There is not a single .pl or .pm file, nor a single mention of 'perl' anywhere in the repository, and all scripts begin with #!/bin/sh.A number of my other repositories have similar problems, but this one is by far the worst. |
|