On Wed, 11 Jun 2025 08:06:38 +0300 Gal Pressman wrote:
tools/testing/selftests/drivers/net/hw/rss_ctx.py:788:0: C0301: Line too long (103/100) (line-too-long)
Are you sure you want to blindly break this line? It's a single string.
Yeah, if it's a string leave it be. This one is just a check, the other one as a warning. Unhelpfully I don't see an option in pylint to add the bad lines to the report so its a bit hard to tell at a glance. The long strings and the lack of doc string in the main function are the two checks that we are definitely okay to ignore.