rmuir opened a new pull request, #16255: URL: https://github.com/apache/lucene/pull/16255
Integrate typos (https://github.com/crate-ci/typos/) to detect common typos and to ban a few (nocommit and TOOD) in a better way. The checker is already has a very low false-positive rate, but this repository is challenging: stemmers, suggesters, spellcheckers, normalizers, regex, wildcard, fuzzies, etc. To prevent it from being annoying, tone it down a bit. Only opt-in to checking file types we care about such as java, groovy, markdown, html, etc. Only check words of at least length 5 (except TOOD). Disable checking within string literals. Most typos fixed here were not in string literals anyway, so it doesn't buy us that much, except hassle. Avoid checking personal names and usernames in CHANGES.txt whilst still checking the changelog messages. Allow inline disable comments if needed (used once here where the typo is on purpose). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
