github-linguist / linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
MIT License
12.35k stars 4.27k forks source link

Code being reported as Java but no Java files found #2816

Closed alexandermendes closed 8 years ago

alexandermendes commented 8 years ago

Hi,

My code is being reported as 70% Java in this repo:

https://github.com/LibCrowds/libcrowds-pybossa-theme

But if I search the repo for any Java files none are found:

https://github.com/LibCrowds/libcrowds-pybossa-theme/search?l=java

Any ideas? Thanks!

pchaigno commented 8 years ago

Your repository is detected as Java because of this file which has a Java modeline. You can override that with a .gitattributes file.

alexandermendes commented 8 years ago

Ah ok, that's good to know! All fixed now, thanks :smiley: