-
Notifications
You must be signed in to change notification settings - Fork 38
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
Suggestion: integrate the linguist grammar compiler into CI #80
Comments
Hey @lildude, could you point me to the syntax validator used by the linguist repo? |
Yup, that’s it. We push a docker image whenever we update the sauce too. |
I wasn't able to use just the docker container for syntax validation, since it seems to still have a dependency on the repo itself. Going the full repo route, the compilation seems to raise warnings (on stdout) but there's no way to for the call to result in an error. @lildude any thoughts on the best approach for this? |
Interesting. I've never tried to run it independently of the repo 😁 .
I've not looked at this for a while but legit errors like an invalid regex should cause an error IIRC. |
Detect issues like #54, #76, #78 earlier
The text was updated successfully, but these errors were encountered: