Mousius commented on PR #11600: URL: https://github.com/apache/tvm/pull/11600#issuecomment-1151670261
> @Mousius I don't see a clean way to do this. > > We could have a temporary `pylintrc` file, used only for the tests, that passes the list in #11414 as the [ignore parameter.](https://github.com/apache/tvm/blob/6dc0c624cdd8fb9d7fdd2194a755b0dffbe2de93/tests/lint/pylintrc#L29). However, new tests in existing files would also be ignored in this case. Hmmm, I'm unsure whether we want to fill the logs with pylint without actually halting the build? Methinks it's worth doing as you suggested and filtering out the files we know will fail - we then have to lint them ourselves as quickly as we can 😿 -- 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]
