mirror of
https://github.com/torvalds/linux.git
synced 2025-08-15 14:11:42 +02:00
docs: add a .pylintrc file with sys path for docs scripts
The docs scripts that are used by Documentation/sphinx are using scripts/lib/* directories to place classes that will be used by both extensions and scripts. When pylint is used, it needs to identify the path where such scripts are, otherwise it will bail out. Add a simple RC file placing the location of such files. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/7b3c8a932c50ae52ce4c848676602b46d1d4a8f9.1744106242.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
9cbc2d3b13
commit
02df8e3b33
1 changed files with 2 additions and 0 deletions
2
.pylintrc
Normal file
2
.pylintrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[MASTER]
|
||||||
|
init-hook='import sys; sys.path += ["scripts/lib/kdoc", "scripts/lib/abi"]'
|
Loading…
Add table
Add a link
Reference in a new issue