daipom commented on PR #2864:
URL: https://github.com/apache/arrow-adbc/pull/2864#issuecomment-2987207464

   I added `.codespell-ignore` to `rat_exclude_files.txt` since we can't add 
the License header to `.codespell-ignore`.
   
   `codespell --help`
   >  -I FILES, --ignore-words FILES
   >                        comma-separated list of files that contain words to 
be ignored by codespell. **Files must contain 1 word per line**. Words are case 
sensitive based on how they are written in the dictionary file.
   
   Also, I checked [the code of 
codespell](https://github.com/codespell-project/codespell/blob/73b7b5eea84cfad0de0372a0e53777d7ac9e3296/codespell_lib/_codespell.py#L699-L736).
   It appears that it simply regards each line as a word to be ignored.
   
   
   


-- 
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