1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-06-10 01:49:50 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot]
1784b6fd8b
Bump markdown-it, markdownlint and markdownlint-cli
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 13.0.1 and updates ancestor dependencies [markdown-it](https://github.com/markdown-it/markdown-it), [markdownlint](https://github.com/DavidAnson/markdownlint) and [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). These dependencies need to be updated together.


Updates `markdown-it` from 10.0.0 to 13.0.1
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/10.0.0...13.0.1)

Updates `markdownlint` from 0.20.4 to 0.26.2
- [Release notes](https://github.com/DavidAnson/markdownlint/releases)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.20.4...v0.26.2)

Updates `markdownlint-cli` from 0.23.2 to 0.32.2
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.23.2...v0.32.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: indirect
- dependency-name: markdownlint
  dependency-type: direct:production
- dependency-name: markdownlint-cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-27 06:37:08 +00: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