Remove codespell from contribution guide

This commit is contained in:
Akhil G Krishnan 2024-02-05 23:49:11 +05:30
parent 2c5fe6fa7a
commit e8786601ec
1 changed files with 0 additions and 10 deletions

View File

@ -287,16 +287,6 @@ Inspecting 1 file
1 file inspected, no offenses detected
```
#### Spell Checking
We run [codespell](https://github.com/codespell-project/codespell) with GitHub Actions to check spelling and
[codespell](https://pypi.org/project/codespell/) runs against a [small custom dictionary](https://github.com/rails/rails/blob/main/codespell.txt).
`codespell` is written in [Python](https://www.python.org/) and you can run it with:
```bash
$ codespell --ignore-words=codespell.txt
```
### Benchmark Your Code
For changes that might have an impact on performance, please benchmark your