errose28 commented on PR #88: URL: https://github.com/apache/ozone-site/pull/88#issuecomment-2043237747
Yeah the job documents how to fix false-positive spelling errors, but unfortunately this tip only shows up on the [job summary page](https://github.com/apache/ozone-site/actions/runs/8602328061/attempts/1#summary-23571648184), which is not the first thing visible when you click on the failed job. I wish GitHub would improve this, but I can amend it to dump this message to stderr as well so it shows up when clicking on the failed job. In this case `BCSID` and `mis-replicated` should be added to the global words config in cspell.yaml. I tried to get as many Ozone terms as I could think of into this list initially but I missed these ones. `mis` and `outofservice` should probably be added using inline directives since they are specific to this page. Note that cspell splits on camel case which is why `ecMisReplicationCheckHandler` flags `Mis` as the spelling error. Looks like `ec` is already defined in some dictionaries being used according to `pnpm cspell trace ec`. -- 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]
