-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Now that the project has Travis integration, I think we can use a static code analysis tool like coala which can help in detecting errors like following upfront,
- Markdown linting errors (and the linting errors in the code inside the markdown)
- Invalid or broken links (like TOC, references, etc)
- Grammar checks
The commands to perfrom such checks can be added to Travis as well as pre-commit hooks (if the contributor likes), and will help in reducing future errors.
nifadyev