mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 07:27:03 +08:00
Expect rare words to be in the extended dictionary
This commit is contained in:
@ -40,7 +40,7 @@ _builtin_dictionaries = ( # name, desc, name, err in aspell, correction in aspe
|
||||
# The aspell tests here aren't the ideal state, but the None's are realistic
|
||||
# for obscure words
|
||||
('clear', 'for unambiguous errors', '', False, None),
|
||||
('rare', 'for rare but valid words', '_rare', None, None),
|
||||
('rare', 'for rare but valid words', '_rare', True, None),
|
||||
('informal', 'for informal words', '_informal', True, True),
|
||||
('code', 'for words common to code and/or mathematics', '_code', None, None), # noqa: E501
|
||||
('names', 'for valid proper names that might be typos', '_names', None, None), # noqa: E501
|
||||
|
Reference in New Issue
Block a user