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
For example, Makefile is not considered a programming language so it will ignore it when computing the results. We need to pick that up so we can add apt-get install -y make to the init command and potentially make to the build or run commands.
This can be solved by forking linguist and either removing that condition that skips language types or updating languages.yml to consider Makefile as a "programming" language.
The text was updated successfully, but these errors were encountered:
https://github.com/github/linguist/blob/master/lib/linguist/repository.rb#L163-L165
For example,
Makefile
is not considered a programming language so it will ignore it when computing the results. We need to pick that up so we can addapt-get install -y make
to the init command and potentiallymake
to the build or run commands.This can be solved by forking linguist and either removing that condition that skips language types or updating
languages.yml
to consider Makefile as a "programming" language.The text was updated successfully, but these errors were encountered: