Home
last modified time | relevance | path

Searched refs:check_linter (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D29735 def check_linter(linter: str) -> bool: function
48 if not check_linter('pylint'):
58 if not check_linter('mypy'):
/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh317 function check_linter() function
381 check_linter "$op" "${LINTER_REQUIRE[${op}]}"