daipom commented on code in PR #3129: URL: https://github.com/apache/arrow-adbc/pull/3129#discussion_r2197165761
########## .codespellrc: ########## @@ -16,5 +16,6 @@ # under the License. [codespell] +dictionary = .codespell-dictionary,- Review Comment: Note: `-` is the default (builtin) dictionary. We need this to add dictionaries, instead of replacing them. ```console $ codespell --help ... -D, --dictionary DICTIONARY comma-separated list of custom dictionary files that contain spelling corrections. If this flag is not specified or equals "-" then the default dictionary is used. ... ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org