Repository: DROP_PROCEDURE_IF_EXISTS
The repository language is not correctly being identified. The source is SQL, and the extension also.
I've also added a .gitattributes in order to force it. It works when forcing to php or haskell, for example, but not for sql.
SQL is not counted in statistics because it's considered a data language by Linguist. We discussed (and tried to change) this behavior several times in the past.
You can now override language definitions and file paths. You just need to make sql detectable for linguist library.
Adding *.sql linguist-detectable=true in .gitattributes solved this issue for me!
@yangsoosong Thanks for the information!
Most helpful comment
@yangsoosong Thanks for the information!