Skip to content

Commit

Permalink
Update linters list in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Jul 24, 2024
1 parent d5ac118 commit 9a0bfe8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/wiki/Build-from-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 9a0bfe8

Please sign in to comment.