uranusjr commented on issue #10742: URL: https://github.com/apache/airflow/issues/10742#issuecomment-1172055951
Simply removing the newline would trigger another check complaining the line is too long. It would be best to rewrite it and split the sentence into two shorter ones. This particular exampel can be rewritten to ``` Check metric values are within a certain tolerance. The metrics are given as SQL expressions, and the tolerance with parameter *days_back*. ``` -- 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]
