sarahgh8 opened a new pull request, #19919: URL: https://github.com/apache/tvm/pull/19919
This adds a conservative lint script (tests/lint/check_operator_spacing.py) and unit tests (tests/lint/test_check_operator_spacing.py) that detect mixed-side spacing for single-character '<' and '>' comparisons (e.g., Or(x<lower, x> upper)). The checker uses heuristics to avoid templates, includes, static_cast, and stream/shift operators. Closes [ issue #18017](https://github.com/apache/tvm/issues/18017) -- 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]
