driazati commented on code in PR #11666:
URL: https://github.com/apache/tvm/pull/11666#discussion_r896078485
##########
tests/python/ci/test_ci.py:
##########
@@ -703,27 +713,31 @@ def run(type, data, check):
)
run(
- type="ISSUE",
+ source_type="ISSUE",
data={
"title": "[something] A title",
"number": 1234,
"user": {
"login": "person5",
},
"labels": [{"name": "something2"}],
+ # pylint: disable=line-too-long
"body": textwrap.dedent(
"""
`mold` and `lld` can be a much faster alternative to `ld` from
gcc. We should modify our CMakeLists.txt to detect and use these when possible.
cc @person1
Review Comment:
we could but I would argue that makes this harder to read and isn't the
idiomatic way to include a long message, hence the linter disable
--
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]