We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5fe6f commit e878660Copy full SHA for e878660
guides/source/contributing_to_ruby_on_rails.md
@@ -287,16 +287,6 @@ Inspecting 1 file
287
1 file inspected, no offenses detected
288
```
289
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
300
### Benchmark Your Code
301
302
For changes that might have an impact on performance, please benchmark your
0 commit comments