[
https://issues.apache.org/jira/browse/NUTCH-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105135#comment-18105135
]
ASF GitHub Bot commented on NUTCH-3197:
---------------------------------------
lewismc opened a new pull request, #957:
URL: https://github.com/apache/nutch/pull/957
PR for [NUTCH-3197](https://issues.apache.org/jira/browse/NUTCH-3197)
Linked follow-up to #956 (Child B shell/Docker/shelldocs). Fixes remaining
**product** codespell typos in Java sources, plugin code, and configuration
descriptions — not intentional test fixtures or ISO language codes.
**Merge order:** land #956 first, then rebase this PR onto master (or merge
#956 and update base).
## Summary
- Correct misspellings in javadoc, comments, and `nutch-default.xml`
descriptions across core and plugins (~50 files)
- Extend `.codespellrc` skip for `langmappings.properties` (ISO 639 codes),
`**/naivebayes-model`, and `**/sample/**`
- Add `fo` to ignore-words for trie-matcher demo `main()` test prefixes
## Test plan
- [x] `codespell -q 3 src/java src/plugin conf/nutch-default.xml src/bin` —
clean
- [x] `ant test`
- [ ] Yetus codespell subsystem clean on this PR
Made with [Cursor](https://cursor.com)
> Yetus: fix the real problems the precommit gate correctly reported
> ------------------------------------------------------------------
>
> Key: NUTCH-3197
> URL: https://issues.apache.org/jira/browse/NUTCH-3197
> Project: Nutch
> Issue Type: Sub-task
> Reporter: Lewis John McGibbney
> Priority: Major
>
> After baselines, the remaining interesting failures are things we would want
> fixed even without Yetus: misspellings in Java/docs that are not deliberate
> test inputs; eleven shellcheck *errors* in src/bin/crawl and src/bin/nutch
> (bad exit usage, glob/-f mistakes, string-vs-numeric compare, "$@"
> mishandling); Dockerfile structure issues; missing @audience/@stability
> shelldocs on crawl helpers; and a single jshint style nit in the parse-js
> sample.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)