1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
John Bampton 6e85b6b86e Add spell checking with codespell as a GitHub Action
`codespell` works with a small custom dictionary and seems to find perhaps more spelling mistakes than `misspell` which really only fixes commonly misspelled English words.

Not all spell checkers can check all file types and most spell checkers can't find all the errors.

https://github.com/codespell-project/codespell
https://pypi.org/project/codespell/
2021-05-04 14:46:21 +10:00
..
active_record/connection_adapters
activejob Updated abbreviation for single table inheritance. 2021-04-16 11:53:05 +05:30
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Add spell checking with codespell as a GitHub Action 2021-05-04 14:46:21 +10:00
fixtures Remove fixed "id" in encrypted book fixtures 2021-04-13 08:55:44 -04:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
schema Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
support Allow async executor to be configurable 2021-02-19 12:34:57 -05:00
config.example.yml Make we always type cast TimeWithZone objects before passing to mysql2 2021-02-11 22:45:14 +00:00
config.rb