mbox series

[ovs-dev,v2,0/1] improve checkpatch spell checker

Message ID 20231113105244.868169-1-roid@nvidia.com
Headers show
Series improve checkpatch spell checker | expand

Message

Roi Dayan Nov. 13, 2023, 10:52 a.m. UTC
Him

The first patch is for using enchant add_to_session() to add
words to current session only.
The second patch is for improving the spell checker by adding
the codespell dictionary of words.

v2
- Load codespell dictionary if exists into enchant session
  instead of adding the entire dictionary.txt into the repo.


Roi Dayan (1):
  checkpatch.py: Load codespell dictionary.

 utilities/checkpatch.py | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Comments

Roi Dayan Nov. 13, 2023, 1:01 p.m. UTC | #1
On 13/11/2023 12:52, Roi Dayan wrote:
> Him
> 
> The first patch is for using enchant add_to_session() to add
> words to current session only.
> The second patch is for improving the spell checker by adding
> the codespell dictionary of words.
> 
> v2
> - Load codespell dictionary if exists into enchant session
>   instead of adding the entire dictionary.txt into the repo.
> 
> 
> Roi Dayan (1):
>   checkpatch.py: Load codespell dictionary.
> 
>  utilities/checkpatch.py | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 

sent only 1 patch out of 2 by mistake.
i sent v3 with the 2 patches.