From 9a0bfe89e972454055f6d57a6ba9b0e70bfdab54 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Wed, 24 Jul 2024 10:40:25 -0400 Subject: [PATCH] Update linters list in docs Signed-off-by: Tim Paine --- docs/wiki/Build-from-Source.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/wiki/Build-from-Source.md b/docs/wiki/Build-from-Source.md index 6d1abcc..1d7d269 100644 --- a/docs/wiki/Build-from-Source.md +++ b/docs/wiki/Build-from-Source.md @@ -61,10 +61,13 @@ make build `csp-adapter-slack` has linting and auto formatting. -| Language | Linter | Autoformatter | Description | -| :------- | :--------- | :------------ | :---------- | -| Python | `ruff` | `ruff` | Style | -| Markdown | `prettier` | `prettier` | Style | +| Language | Linter | Autoformatter | Description | +| :------- | :---------- | :------------ | :---------- | +| Python | `ruff` | `ruff` | Style | +| Markdown | `mdformat` | `mdformat` | Style | +| Markdown | `codespell` | | Spelling | + + **Python Linting**