From 2c9628f71bdfcd3a5bd978bc667b5e01b28446c1 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/wiki/Build-from-Source.md b/docs/wiki/Build-from-Source.md index 6d1abcc..9c597d8 100644 --- a/docs/wiki/Build-from-Source.md +++ b/docs/wiki/Build-from-Source.md @@ -61,10 +61,11 @@ 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**