jason810496 commented on PR #64397: URL: https://github.com/apache/airflow/pull/64397#issuecomment-4149830962
I address the failing spelling static check in: https://github.com/apache/airflow/pull/64401 ``` ############################## Start spelling errors summary ############################## ============================== apache-airflow ============================== ------------------------------ Error 1 ------------------------------ Sphinx spellcheck returned non-zero exit status: 1. ------------------------------ Error 2 ------------------------------ RELEASE_NOTES.rst:85: (gessing) flag so one can set a small value to it instead of gessing how many times the scheduler will run. File path: /opt/airflow/airflow-core/docs/RELEASE_NOTES.rst Incorrect Spelling: 'gessing' Line with Error: ' flag so one can set a small value to it instead of gessing how many times the scheduler will run.' ------------------------------ Error 3 ------------------------------ RELEASE_NOTES.rst:121: (OTel) Remove legacy OTel Trace metaclass and shared tracer wrappers File path: /opt/airflow/airflow-core/docs/RELEASE_NOTES.rst Incorrect Spelling: 'OTel' Line with Error: 'Remove legacy OTel Trace metaclass and shared tracer wrappers' ------------------------------ Error 4 ------------------------------ RELEASE_NOTES.rst:278: (preload) : Gunicorn uses preload + fork, so workers share memory via File path: /opt/airflow/airflow-core/docs/RELEASE_NOTES.rst Incorrect Spelling: 'preload' Line with Error: ': Gunicorn uses preload + fork, so workers share memory via' ------------------------------ Error 5 ------------------------------ RELEASE_NOTES.rst:367: (basename) Fix security iframe navigation when AIRFLOW__API__BASE_URL basename is configured (#63141) File path: /opt/airflow/airflow-core/docs/RELEASE_NOTES.rst Incorrect Spelling: 'basename' Line with Error: 'Fix security iframe navigation when AIRFLOW__API__BASE_URL basename is configured (#63141)' ``` -- 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]
