Commit Graph

5 Commits

Author SHA1 Message Date
Mike McCready 946805717f
npm audit fix (fixes #497) (#498) 2021-01-10 13:53:06 +01:00
Sebastian Wolf b8ed0de44e
update alex dependency 2020-08-03 11:46:59 +02:00
Sebastian Wolf a718e7c0c4
Bump lodash from 4.17.15 to 4.17.19 2020-07-19 20:01:50 +02:00
Sebastian Wolf 7eca45d0b9
Start configuring MD linter 2020-07-13 23:08:16 +02:00
Johannes Amorosa 02caed10d1
feat: Use makefile targets for document linting (#215)
This Makefile provides several targets for linting
documents. It utilizes several npm packages.
Functionality includes:

* Spellcheck
* Linting of markdown
* Check for broken links
* Sorting of dictionary file
* Detect inconsidered language

All targets (excluding the sorting of the dict file) are part
of the Github Action pipeline and will fail if quality
standards are not met.

Signed-off-by: Johannes Amorosa <johannes.amorosa@endocode.com>
2020-07-05 15:37:23 +02:00