Skip to content

Commit

Permalink
Merge pull request #2 from Point72/tkp/md
Browse files Browse the repository at this point in the history
Update linters list in docs
  • Loading branch information
timkpaine authored Jul 24, 2024
2 parents d5ac118 + 2c9628f commit f37a40f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/wiki/Build-from-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit f37a40f

Please sign in to comment.