| /linux/tools/docs/ |
| H A D | get_abi.py | 2 # pylint: disable=R0903 22 from abi.abi_parser import AbiParser # pylint: disable=C0413 23 from abi.abi_regex import AbiRegex # pylint: disable=C0413 24 from abi.helpers import ABI_DIR, DEBUG_HELP # pylint: disable=C0413 25 from abi.system_symbols import SystemSymbols # pylint: disable=C0413
|
| H A D | get_feat.py | 2 # pylint: disable=R0902,R0911,R0912,R0914,R0915 23 from feat.parse_features import ParseFeature # pylint: disable=C0413
|
| H A D | check-variable-fonts.py | 7 # pylint: disable=C0103
|
| H A D | parse-headers.py | 4 # pylint: disable=C0103
|
| H A D | sphinx-build-wrapper | 5 # pylint: disable=R0902, R0912, R0913, R0914, R0915, R0917, C0103 67 from jobserver import JobserverExec # pylint: disable=C0413,C0411,E0401 645 def cleandocs(self, builder): # pylint: disable=W0613 822 raise argparse.ArgumentTypeError(f"Must be 'auto' or positive integer, got {value}") # pylint: disable=W0707
|
| H A D | test_doc_build.py | 5 # pylint: disable=R0903,R0912,R0913,R0914,R0917,C0301 375 if cur_ver in PYTHON_VER_CHANGES: # pylint: disable=R1715
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 555 # pylint: disable=redefined-builtin 556 # pylint: disable=invalid-name 562 # pylint: disable=redefined-builtin 563 # pylint: disable=invalid-name 569 # pylint: disable=redefined-builtin 570 # pylint: disable=invalid-name 575 # pylint: disable=redefined-builtin 576 # pylint: disable=invalid-name 581 # pylint: disable=redefined-builtin 582 # pylint: disable=invalid-name [all …]
|
| H A D | Build | 192 # Rules to run pylint if enabled. 193 ifdef PYLINT 196 $$(Q)$$(call echo-cmd,test)pylint $(1) > $(2) || (cat $(2) && rm $(2) && false)
|
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 17 # pylint: disable=missing-module-docstring 18 # pylint: disable=missing-class-docstring 19 # pylint: disable=missing-function-docstring 51 # pylint: disable=too-few-public-methods 143 except Exception as err: # pylint: disable=broad-except
|
| /linux/scripts/ |
| H A D | kernel-doc.py | |
| H A D | kernel-doc | 5 # pylint: disable=C0103,R0912,R0914,R0915 327 from kdoc.kdoc_files import KernelFiles # pylint: disable=C0415 328 from kdoc.kdoc_output import RestFormat, ManFormat # pylint: disable=C0415 385 print("%s warnings as errors" % error_count) # pylint: disable=C0209 389 print("%s errors" % error_count) # pylint: disable=C0209
|
| H A D | jobserver-exec | 21 from jobserver import JobserverExec # pylint: disable=C0415
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 3 # pylint: disable=missing-class-docstring, missing-function-docstring 4 # pylint: disable=too-many-branches, too-many-locals, too-many-instance-attributes 5 # pylint: disable=too-many-lines 39 # pylint: disable=too-few-public-methods 405 # pylint: disable=too-few-public-methods 460 # pylint: disable=too-many-nested-blocks 508 # pylint: disable=too-many-nested-blocks 635 # pylint: disable=too-few-public-methods 802 # pylint: disable=too-many-statements 1026 # pylint: disable=too-many-statements [all …]
|
| /linux/tools/perf/ |
| H A D | Build | 93 ifdef PYLINT 102 $(Q)$(call echo-cmd,test)pylint "$<" > $@ || (cat $@ && rm $@ && false)
|
| /linux/tools/perf/tests/ |
| H A D | Build | 109 ifdef PYLINT 118 $(Q)$(call echo-cmd,test)pylint "$<" > $@ || (cat $@ && rm $@ && false)
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netpoll_basic.py | 236 global MAPS # pylint: disable=W0603 247 global BPF_THREAD # pylint: disable=W0603 379 …ONFIGFS_PATH} does not exist. CONFIG_NETCONSOLE_DYNAMIC might not be set." # pylint: disable=C0301
|
| H A D | README.rst | 296 We expect clean ``ruff check`` and ``pylint --disable=R``. 297 The code should be clean, avoid disabling pylint warnings explicitly!
|
| /linux/tools/lib/python/abi/ |
| H A D | helpers.py | 3 # pylint: disable=R0903
|
| H A D | abi_parser.py | 2 # pylint: disable=R0902,R0903,R0911,R0912,R0913,R0914,R0915,R0917,C0302 504 for i in range(0, len(names)): # pylint: disable=C0200
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | __init__.py | 20 # Import one by one to avoid pylint false positives
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 20 # Import one by one to avoid pylint false positives
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_feat.py | 47 from feat.parse_features import ParseFeature # pylint: disable=C0413
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 5 # pylint: disable=C0301,R0902,R0911,R0912,R0913,R0914,R0915,R0917 307 pylint happy. 680 pylint happy.
|
| H A D | kdoc_files.py | 5 # pylint: disable=R0903,R0913,R0914,R0917
|
| /linux/tools/lib/python/ |
| H A D | jobserver.py | 4 # pylint: disable=C0103,C0209
|