potiuk commented on PR #36232: URL: https://github.com/apache/airflow/pull/36232#issuecomment-1863699013
actually... I think better and simpler solution will be to add: ``` build_errors.extend(parse_sphinx_warnings(warning_text, self._src_dir)) ``` in `check_spelling`.. And then 🤦 .... you can likely even revert checking the spelling errors - only leave the `build_errors` . Because spelling will then produce the build_errors on its own :) -- 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]
