Searched full:pylint (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-3.5.0/.gitlab/ci/ |
D | static-code-analysis.yml | 37 - pylint-report.txt 47 - pylint --rcfile=.pylintrc $files -r n --output-format=parseable > pylint-report.txt || exit 0 113 -Dsonar.python.pylint.reportPath=pylint-report.txt 130 -Dsonar.python.pylint.reportPath=pylint-report.txt
|
/hal_espressif-3.5.0/examples/protocols/http_server/captive_portal/ |
D | example_test.py | 38 def test_redirect(ip, port): # type: (str, str) -> str # pylint: disable=unused-argument 63 def test_captive_page(ip, port, uri): # type: (str, str, str) -> bool # pylint: disable=unused-arg… 83 …portal(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 142 test_example_captive_portal() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/components/newlib/test_apps/ |
D | app_test.py | 1 import tiny_test_fw # noqa: F401 # pylint: disable=unused-import 5 import typing # noqa: F401 # pylint: disable=unused-import
|
/hal_espressif-3.5.0/examples/protocols/http_request/ |
D | example_test.py | 14 …equest(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 41 test_examples_protocol_http_request() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/examples/protocols/https_mbedtls/ |
D | example_test.py | 15 …bedtls(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 47 test_examples_protocol_https_mbedtls() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/examples/protocols/http2_request/ |
D | example_test.py | 32 …equest(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 61 test_examples_protocol_http2_request() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/components/partition_table/ |
D | check_sizes.py | 26 import io # noqa: F401 # pylint: disable=unused-import 31 from typing import IO # noqa: F401 # pylint: disable=unused-import 112 global allow_failures # pylint: disable=global-statement
|
/hal_espressif-3.5.0/tools/ci/ |
D | check_tools_files_patterns.py | 21 def _ishidden(path): # pylint: disable=W0613 29 glob._ishidden = _ishidden # type: ignore # pylint: disable=W0212
|
D | idf_ci_utils.py | 45 except Exception as e: # pylint: disable=W0703 83 except Exception as e: # pylint: disable=W0703
|
/hal_espressif-3.5.0/examples/protocols/https_server/simple/ |
D | example_test.py | 94 …simple(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 165 test_examples_protocol_https_server_simple() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/examples/protocols/http_server/file_serving/ |
D | http_server_file_serving_test.py | 29 …erving(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 147 test_examples_protocol_http_server_file_serving() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/docs/ |
D | conf_common.py | 9 # pylint: disable=wildcard-import 10 # pylint: disable=undefined-variable
|
/hal_espressif-3.5.0/ |
D | .pylintrc | 23 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 39 # When enabled, pylint would attempt to guess common misconfiguration and emit 205 # List of members which are set dynamically and missed by pylint inference 218 # This flag controls whether pylint should warn about no-member and similar
|
/hal_espressif-3.5.0/examples/protocols/https_server/wss_server/ |
D | wss_server_example_test.py | 121 …server(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar… 192 test_examples_protocol_https_wss_server() # pylint: disable=no-value-for-parameter
|
/hal_espressif-3.5.0/examples/system/ulp_riscv/gpio/ |
D | example_test.py | 11 …_riscv(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
|
/hal_espressif-3.5.0/tools/ |
D | gdb_panic_server.py | 43 from pyparsing import (Combine, Group, Literal, OneOrMore, ParserElement, # noqa: F401 # pylint: d… 47 import typing # noqa: F401 # pylint: disable=unused-import
|
/hal_espressif-3.5.0/components/esp_eth/test_apps/ |
D | component_ut_test.py | 13 import typing # noqa: F401 # pylint: disable=unused-import
|