[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87pleimbnv.fsf@trenco.lwn.net>
Date: Wed, 02 Jul 2025 17:10:44 -0600
From: Jonathan Corbet <corbet@....net>
To: WangYuli <wangyuli@...ontech.com>, masahiroy@...nel.org,
ojeda@...nel.org, nathan@...nel.org, alan.maguire@...cle.com,
laurent.pinchart@...asonboard.com, kris.van.hees@...cle.com,
linux@...ssschuh.net, tamird@...il.com, vegard.nossum@...cle.com,
ardb@...nel.org, mchehab+huawei@...nel.org, lizhijian@...itsu.com
Cc: linux-kernel@...r.kernel.org, zhanjun@...ontech.com,
niecheng1@...ontech.com, guanwentao@...ontech.com, WangYuli
<wangyuli@...ontech.com>
Subject: Re: [PATCH] gitignore: allow .pylintrc to be tracked
WangYuli <wangyuli@...ontech.com> writes:
> The .pylintrc file was introduced by commit 02df8e3b333c ("docs: add a
> .pylintrc file with sys path for docs scripts") to provide Python path
> configuration for documentation scripts. However, the generic ".*" rule
> in .gitignore causes this tracked file to be ignored, leading to warnings
> during kernel builds.
>
> Add !.pylintrc to the exception list to explicitly allow this
> configuration file to be tracked by git, consistent with other
> development tool configuration files like .clang-format and .rustfmt.toml.
>
> This resolves the build warning:
> .pylintrc: warning: ignored by one of the .gitignore files
>
> Fixes: 02df8e3b333c ("docs: add a .pylintrc file with sys path for docs scripts")
> Signed-off-by: WangYuli <wangyuli@...ontech.com>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
jon
Powered by blists - more mailing lists