From e8786601ec6eebc535cb879e0cf4c2f8af3ddb1a Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Mon, 5 Feb 2024 23:49:11 +0530 Subject: [PATCH] Remove codespell from contribution guide --- guides/source/contributing_to_ruby_on_rails.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index 51870ff84b2..2c40c7b58b9 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -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