Skip to content

Commit e878660

Browse files
Remove codespell from contribution guide
1 parent 2c5fe6f commit e878660

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,6 @@ Inspecting 1 file
287287
1 file inspected, no offenses detected
288288
```
289289

290-
#### Spell Checking
291-
292-
We run [codespell](https://github.com/codespell-project/codespell) with GitHub Actions to check spelling and
293-
[codespell](https://pypi.org/project/codespell/) runs against a [small custom dictionary](https://github.com/rails/rails/blob/main/codespell.txt).
294-
`codespell` is written in [Python](https://www.python.org/) and you can run it with:
295-
296-
```bash
297-
$ codespell --ignore-words=codespell.txt
298-
```
299-
300290
### Benchmark Your Code
301291

302292
For changes that might have an impact on performance, please benchmark your

0 commit comments

Comments
 (0)