Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linguist Ignores some files we'll need to Detect #1

Open
thebyrd opened this issue Nov 17, 2014 · 0 comments
Open

Linguist Ignores some files we'll need to Detect #1

thebyrd opened this issue Nov 17, 2014 · 0 comments
Labels

Comments

@thebyrd
Copy link
Member

thebyrd commented Nov 17, 2014

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 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.

@thebyrd thebyrd added the bug label Nov 17, 2014
@thebyrd thebyrd changed the title Linguist Ignores some files we'll need to parse Linguist Ignores some files we'll need to Detect Nov 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant