jbampton commented on PR #48781:
URL: https://github.com/apache/airflow/pull/48781#issuecomment-2787015791

   I created an issue in CloudStack 
https://github.com/apache/cloudstack/issues/10639
   
   Basically outlines how I'm using codespell with a shell script to create 
totals of misspelled words.
   
   Also I have found that the Rust crate `typos` seems to be more advanced than 
the Python package `codespell`:
   
   https://crates.io/crates/typos
   
   You can basically use `typos` the same way for example:
   
   ` typos docs/ | cut -f2 -d' ' | tr A-Z a-z | sort | uniq -c | sort -nr > 
typos.txt` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to