-
Notifications
You must be signed in to change notification settings - Fork 11
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
Automated testing #36
Comments
The obvious choice is to use Travis CI. What language should the tools be? |
how would either 1 or 2 be done? for languages, i think python or javascript should work |
For 1, run a very strict md parser on the file. For 2, we look for any structural aspects which are not covered by the strict md parser. Python would be my preference, for language, but would be happy with other languages if it has a better linter. Two Python options found rather quickly
Others that probably have linting features From other languages: |
i think just doing 1 is going to work for now. python seems fine |
Note that https://github.com/wooorm/remark-lint (JS) finds more problems than the others, which I havent had time to look though closely. |
interesting, feel free to integrate. i can take a look later also |
I've got remark lint working, with it picking up some very good problems missed by the other two. |
It would be useful to have some form of automated testing to
The text was updated successfully, but these errors were encountered: