Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Wolf ec703906c1
Linted all MD files, enabled MD linter for each commit 2020-07-14 15:19:00 +02:00
Sebastian Wolf 6ef01d9ee4
Some spellchecking updates... 2020-07-14 11:33:51 +02:00
Thomas Kowark 2f16aa4e4f
NPM only linting (#360)
* opting for npm-only version

* Disabling Tests with too many issues for now

* running the right spellcheck

* Fixing broken documentation link

* Disabling spellchecking until fixed for existing docs
2020-07-05 16:07:53 +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