Commit Graph

9 Commits

Author SHA1 Message Date
dependabot[bot] a4ff9ddf15
Bump trim and alex
Removes [trim](https://github.com/Trott/trim). It's no longer used after updating ancestor dependency [alex](https://github.com/get-alex/alex). These dependencies need to be updated together.


Removes `trim`

Updates `alex` from 8.2.0 to 10.0.0
- [Release notes](https://github.com/get-alex/alex/releases)
- [Commits](https://github.com/get-alex/alex/compare/8.2.0...10.0.0)

---
updated-dependencies:
- dependency-name: trim
  dependency-type: indirect
- dependency-name: alex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:14:28 +00:00
Mike McCready 565719044c Update markdownlint and markdownlint-cli 2022-10-27 11:46:26 +02:00
Mike McCready 1448cf7832
Resolve minimist vulnerability (#898)
* Lock markdown-link-check to ~3.8.7

* npm audit fix
2022-06-10 15:15:22 +02:00
Mike McCready 9f7f33b3db Remove markdown-spellcheck 2022-06-09 12:05:08 +02:00
Mike McCready 47e010a396 Correct Apache license syntax 2021-11-26 14:44:08 +01:00
Sebastian Wolf b8ed0de44e
update alex dependency 2020-08-03 11:46:59 +02:00
Sebastian Wolf ec703906c1
Linted all MD files, enabled MD linter for each commit 2020-07-14 15:19:00 +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