-
Notifications
You must be signed in to change notification settings - Fork 71
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
test markdown #182
Comments
@roidelapluie wow, you're almost as bad at making issues as i am :P basically, what i'm trying to say is: what do you mean, test markdown? and how should we do this? How does it belong into modulesync_config? |
We should add a test in .travis.yaml that could check the markdown files of the project for style errors |
👍 💯 🎉 |
Let's just use the mdl Ruby gem with a style file |
Sounds great, even if it means we have a lot to fix. Just go to this issue and give the comment of @jyaworski a +1. ;) |
You can use a workaround we also use:
However, it’s a really nasty one :/ |
@mauricemeyer would you be interested in providing a PR to one of our modules that implements this? If it works, we can adopt it to this repo and roll it out to all modules. |
I think the |
@bastelfreak We switched to DavidAnson/markdownlint as we needed the possibility to disable linting for certain sections/files. As its in JS, I made our repository a pseudo-npm package for the sake of a simple I’ll gladly provide a PR, but you’ll have to decide which of the two tools you want it implemented with. |
15:13:09 < roidelapluie> we should test Markdown
15:13:18 < roidelapluie> e.g multiple newlines
The text was updated successfully, but these errors were encountered: