[
https://issues.apache.org/jira/browse/NUTCH-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105138#comment-18105138
]
ASF GitHub Bot commented on NUTCH-3197:
---------------------------------------
lewismc opened a new pull request, #959:
URL: https://github.com/apache/nutch/pull/959
PR for [NUTCH-3197](https://issues.apache.org/jira/browse/NUTCH-3197)
Linked follow-up to the Child B shell/Docker/shelldocs PR from
`lewismc/nutch`. Fixes remaining **product** codespell typos in Java sources,
plugin code, and configuration descriptions — not intentional test fixtures or
ISO language codes.
**Fork:** `lewismc/nutch` → `apache/nutch` (replaces incorrectly opened #957
from upstream branch).
**Merge order:** land the primary NUTCH-3197 PR first, then rebase this
branch onto `master` before merge (or merge after primary lands and update
diff).
## 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)