Remove "alex" inconsiderate language scanner

This commit is contained in:
larswmh 2023-02-06 08:22:44 +01:00
parent f16456d25b
commit 4d7083bb4c
3 changed files with 1 additions and 7179 deletions

View File

@ -99,12 +99,3 @@ All cross references and external URLs are resolved.
```shell
npm run-script checklinks
```
#### Inconsiderate language scanner
This checks against profanity and inconsiderate language. This is helpful for
non-natives to detect words that could be inconsiderate. This utilizes [alex](https://github.com/get-alex/alex)
```shell
npm run-script detect-inconsiderate-language
```

7167
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,6 @@
"description": "Corona-Warn-App: Documentation repository",
"main": "README.md",
"dependencies": {
"alex": "^10.0.0",
"markdown-link-check": "~3.8.7",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.2",
@ -13,8 +12,7 @@
"scripts": {
"test": "run-s markdownlint checklinks",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check",
"detect-inconsiderate-language": "alex"
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check"
},
"repository": {
"type": "git",