[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250611085208.42cb7271@kernel.org>
Date: Wed, 11 Jun 2025 08:52:08 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Gal Pressman <gal@...dia.com>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Andrew Lunn
<andrew+netdev@...n.ch>, netdev@...r.kernel.org, Andrew Lunn
<andrew@...n.ch>, Simon Horman <horms@...nel.org>, Shuah Khan
<shuah@...nel.org>, Joe Damato <jdamato@...tly.com>,
linux-kselftest@...r.kernel.org, Nimrod Oren <noren@...dia.com>
Subject: Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for
ntuple rules targeting default RSS context
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.
Powered by blists - more mailing lists