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
Since Husky has removed the shebang from the hook scripts, GitHub Linguist no longer recognizes these files (like .husky/pre-commit). If I understand correctly, there is no clear solution to this issue from the Linguist side, so I suggest restoring the shebang in some form or at least mentioning this case in the documentation.
Since Husky has removed the shebang from the hook scripts, GitHub Linguist no longer recognizes these files (like
.husky/pre-commit
). If I understand correctly, there is no clear solution to this issue from the Linguist side, so I suggest restoring the shebang in some form or at least mentioning this case in the documentation.For more details, see the Linguist issue: github-linguist/linguist#7239
It is possible that this could also help other environments detect the file type properly.
The text was updated successfully, but these errors were encountered: