Commit Graph

5 Commits

Author SHA1 Message Date
Marcel Amirault 6f3fa06fd1 Change docs markdown linter
Change from ruby mdl to node markdownlint, add
config file to root of project, delete old config
file, update exceptions, and fix one doc that
was didn't meet standards
2019-08-26 20:31:04 +00:00
Rémy Coutable 90f2adcb08
Make Danger consider .md files as documentation files
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-21 15:38:15 +02:00
Marcel Amirault 81547207ca Docs: Update danger to accept docs linting changes 2019-07-09 06:27:43 +00:00
Marcel Amirault 5bea7d102b Update dangerfile to exclude docs ci yaml 2019-07-06 13:32:50 +00:00
Lukas Eipert 068d6baa38
Add a danger rule to suggest `docs-` prefixes
If an MR only changes files within `doc/` we can save valueable CI time
by prepending a branch name with `docs-`. This danger rule helps educate
people about that fact.

On the other hand, if someone has a branch with a `docs` prefix or
suffix, the branch shouldn't contain any changes outside of the `docs`
directory
2019-06-27 12:07:06 +02:00